forked from cloned-doy/whatsfly
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pyproject.toml
37 lines (35 loc) · 1.02 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "whatsfly_labfox"
version = "0.2.01"
authors = [
{ name="Labfox", email="consockbind@gmail.com"},
{ name="Doy Bachtiar", email="adityabachtiar996@gmail.com" },
{ name = "Otamay", email="mauricio@ulisse.io"},
{ name = "Ivo Bellin Salarin", email="ivo@nilleb.com"}
]
description = "Whatsapp Web wrapper in Python, without webdrivers"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: Unix",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Topic :: Communications",
"Topic :: Communications :: Chat",
]
dependencies = [
"types-pyyaml",
"setuptools",
"requests",
"qrcode",
"protobuf"
]
[project.urls]
Homepage = "https://github.com/Labfox/whatsfly"
Issues = "https://github.com/Labfox/whatsfly/issues"