-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (48 loc) · 1.79 KB
/
requirements.txt
File metadata and controls
48 lines (48 loc) · 1.79 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
-i https://pypi.org/simple
amqp==5.2.0 ; python_version >= '3.6'
asgiref==3.7.2 ; python_version >= '3.7'
async-timeout==4.0.3 ; python_full_version < '3.11.3'
attrs==23.2.0 ; python_version >= '3.7'
bcrypt==4.1.2
billiard==4.2.0 ; python_version >= '3.7'
celery==5.3.6
certifi==2024.2.2 ; python_version >= '3.6'
cffi==1.16.0 ; platform_python_implementation != 'PyPy'
charset-normalizer==3.3.2 ; python_full_version >= '3.7.0'
click==8.1.7 ; python_version >= '3.7'
click-didyoumean==0.3.0 ; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
click-plugins==1.1.1
click-repl==0.3.0 ; python_version >= '3.6'
cryptography==42.0.5
django==5.0.3
django-filter==24.1
djangorestframework==3.14.0
djangorestframework-simplejwt[crypto]==5.3.1
drf-spectacular==0.27.1
idna==3.6 ; python_version >= '3.5'
inflection==0.5.1 ; python_version >= '3.5'
jsonschema==4.21.1 ; python_version >= '3.8'
jsonschema-specifications==2023.12.1 ; python_version >= '3.8'
kombu==5.3.5 ; python_version >= '3.8'
markdown==3.5.2
passlib[bcrypt]==1.7.4
prompt-toolkit==3.0.43 ; python_full_version >= '3.7.0'
psycopg2-binary==2.9.9
pycparser==2.21
pyjwt==2.8.0 ; python_version >= '3.7'
python-dateutil==2.9.0.post0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.1
pytz==2024.1
pyyaml==6.0.1 ; python_version >= '3.6'
redis==5.0.3
referencing==0.33.0 ; python_version >= '3.8'
requests==2.31.0
rpds-py==0.18.0 ; python_version >= '3.8'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4 ; python_version >= '3.5'
typing-extensions==4.10.0 ; python_version < '3.11'
tzdata==2024.1 ; python_version >= '2'
uritemplate==4.1.1 ; python_version >= '3.6'
urllib3==2.2.1 ; python_version >= '3.8'
vine==5.1.0 ; python_version >= '3.6'
wcwidth==0.2.13