-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
29 lines (29 loc) · 2.73 KB
/
requirements.txt
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
-i https://pypi.org/simple
asgiref==3.8.1; python_version >= '3.8'
bleach==6.2.0; python_version >= '3.9'
certifi==2024.12.14; python_version >= '3.6'
cffi==1.17.1; platform_python_implementation != 'PyPy'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
cryptography==44.0.0; python_version >= '3.7' and python_full_version not in '3.9.0, 3.9.1'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
django==5.1.4; python_version >= '3.10'
django-debug-toolbar==4.4.6; python_version >= '3.8'
djangorestframework==3.15.2; python_version >= '3.8'
djangorestframework-csv==3.0.2
djangorestframework-simplejwt==5.3.1; python_version >= '3.8'
djangorestframework-xml==2.0.0; python_version >= '3.5'
djoser==2.3.1; python_version >= '3.8' and python_version < '4.0'
idna==3.10; python_version >= '3.6'
oauthlib==3.2.2; python_version >= '3.6'
pillow==11.0.0; python_version >= '3.9'
pycparser==2.22; python_version >= '3.8'
pyjwt==2.10.1; python_version >= '3.9'
python3-openid==3.2.0
requests==2.32.3; python_version >= '3.8'
requests-oauthlib==2.0.0; python_version >= '3.4'
social-auth-app-django==5.4.2; python_version >= '3.8'
social-auth-core==4.5.4; python_version >= '3.8'
sqlparse==0.5.3; python_version >= '3.8'
tzdata==2024.2; sys_platform == 'win32'
urllib3==2.2.3; python_version >= '3.8'
webencodings==0.5.1