-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpyproject.toml
More file actions
80 lines (80 loc) · 2 KB
/
pyproject.toml
File metadata and controls
80 lines (80 loc) · 2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[project]
name = "websiteapi"
version = "0.1.0"
description = "Django REST API for the Cameroon website"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"amqp==5.3.1",
"asgiref==3.7.2",
"async-timeout==5.0.1",
"attrs==25.4.0",
"beautifulsoup4==4.14.3",
"billiard==4.2.4",
"boto3>=1.42.59",
"celery==5.3.6",
"certifi==2023.11.17",
"cffi==1.16.0",
"cfgv==3.4.0",
"charset-normalizer==3.3.2",
"click==8.3.1",
"click-didyoumean==0.3.1",
"click-plugins==1.1.1.2",
"click-repl==0.3.0",
"cryptography==41.0.7",
"deprecated==1.2.14",
"distlib==0.3.8",
"django==5.0.1",
"django-celery-beat>=2.5.0",
"django-cors-headers==4.3.1",
"django-crequest==2018.5.11",
"django-debug-toolbar==4.4.6",
"django-dotenv==1.4.2",
"django-extensions==3.2.3",
"django-filter==23.5",
"django-oauth-toolkit==2.3.0",
"django-prometheus==2.3.1",
"django-storages>=1.14.6",
"djangorestframework==3.14.0",
"drf-spectacular==0.29.0",
"drf-spectacular-sidecar==2024.7.1",
"filelock==3.13.1",
"gunicorn==21.2.0",
"icalendar==6.0.1",
"identify==2.5.33",
"idna==3.6",
"inflection==0.5.1",
"jsonschema==4.25.1",
"jsonschema-specifications==2025.9.1",
"jwcrypto==1.5.1",
"kombu==5.4.2",
"nodeenv==1.8.0",
"oauthlib==3.2.2",
"packaging==23.2",
"pillow==12.0.0",
"platformdirs==4.1.0",
"prompt-toolkit==3.0.52",
"psycopg2-binary==2.9.9",
"pycparser==2.21",
"python-dateutil==2.9.0.post0",
"python-dotenv==1.0.0",
"pytz==2023.3.post1",
"pyyaml==6.0.1",
"redis==5.0.1",
"referencing==0.37.0",
"requests==2.31.0",
"rpds-py==0.30.0",
"setuptools==80.9.0",
"six==1.17.0",
"sqlparse==0.4.4",
"twilio==9.0.0",
"typing-extensions==4.9.0",
"tzdata==2023.4",
"uritemplate==4.1.1",
"urllib3==2.1.0",
"vine==5.1.0",
"virtualenv==20.25.0",
"wcwidth==0.2.14",
"whitenoise==6.6.0",
"wrapt==1.16.0",
]