-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (39 loc) · 1.01 KB
/
Copy pathpyproject.toml
File metadata and controls
44 lines (39 loc) · 1.01 KB
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
38
39
40
41
42
43
[tool.poetry]
name = "chaos-must-die-api"
version = "0.1.0"
description = ""
authors = ["DanSebag <38246813+Danette10@users.noreply.github.com>"]
readme = "README.md"
packages = [{ include = "chaos_must_die_api", from = "src" }]
[tool.poetry.dependencies]
python = "^3.11"
flask = "^3.1.0"
flask-cors = "^5.0.1"
flask-jwt-extended = "^4.7.1"
flask-migrate = "^4.1.0"
flask-restx = "^1.3.0"
dotenv = "^0.9.9"
flask-mail = "^0.10.0"
requests = "^2.32.3"
argon2-cffi = "^23.1.0"
setuptools = "^80.1.0"
pymysql = "^1.1.1"
python-dotenv = "^1.1.0"
python-wappalyzer = "^0.3.1"
selenium = "^4.32.0"
cryptography = "^44.0.3"
pycryptodome = "^3.22.0"
reportlab = "^4.4.0"
imgkit = "^1.2.3"
flask-socketio = "^5.5.1"
eventlet = "^0.40.0"
pytz = "^2025.2"
apscheduler = "^3.11.0"
matplotlib = "^3.10.3"
[tool.poetry.scripts]
cmd = "chaos_must_die_api.app:main"
seed = "chaos_must_die_api.seeds.seed:run_all_seeds"
[tool.poetry.group.dev.dependencies]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"