-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 929 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 929 Bytes
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
[project]
name = "research-python-whatsapp"
version = "0.1.0"
description = "WhatsApp automation for communication with groundkeepers in the UK."
authors = [{name = "Henry Qu", email = "henry.qu@syngenta.com"}]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"selenium (>=4.29.0,<5.0.0)",
"webdriver-manager (>=4.0.2,<5.0.0)",
"pandas (>=2.2.3, <3.0.0)",
"numpy (>=2.0.0,<2.3.0)",
"ipykernel (>=6.29.5,<7.0.0)",
"apscheduler (>=3.11.0,<4.0.0)",
"pyvirtualdisplay (>=3.0,<4.0)",
"boto3 (>=1.37.29,<2.0.0)",
"opencv-python (>=4.12.0.88,<5.0.0.0)",
"pytz (>=2024.1,<2025.0)",
"requests (>=2.31.0,<3.0.0)",
"flask (>=3.0.0,<4.0.0)",
"python-dotenv (>=1.0.0,<2.0.0)",
]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.5"