-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpyproject.toml
31 lines (29 loc) · 1.38 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
[tool.poetry]
name = "demon_connect"
version = "1.0.0"
description = "Welcome to Demon Connect - WhatsApp API, your powerful tool for unleashing the potential of WhatsApp in your applications. This API allows you to integrate WhatsApp messaging into your projects with ease."
authors = ["anupam maurya <[email protected]>", "tarun jain <[email protected]>"]
maintainers = ["tarun jain <[email protected]>", "Aditya Balasubramanian <[email protected]>", "Nikhil Gupta <[email protected]>"]
readme = "README.md"
license = "MIT"
repository = "https://github.com/anupammaurya6767/Demon_connect"
documentation = "https://demon-connect.readthedocs.io/"
keywords=["demon_connect","python-whatsapp","PyWhatsApp","pywhatsapp","python-whatsapp-wrapper","whatsapp API","automate whatsapp"]
classifiers=["Development Status :: 3 - Alpha","Intended Audience :: Developers","Topic :: Software Development :: Build Tools","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.11"]
[tool.poetry.dependencies]
python = "^3.11"
qrcode = "^7.3"
selenium = "^4.13.0"
webdriver-manager = "^3.4.2"
Pillow = "^10.0.1"
typing-extensions = "^3.10.0.2"
pathlib2 = "^2.3.6"
imageio = "^2.9.0"
bs4 = "^0.0.1"
moviepy = "^1.0.3"
colorama = "^0.4.4"
datefinder = "^0.7.3"
requests = "^2.31.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"