-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
19 lines (19 loc) · 910 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
asgiref==3.4.1; python_version >= "3.6"
attrs==21.2.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
django-filter==21.1; python_version >= "3.6"
django-rest-auth==0.9.5
django-taggit==1.5.1; python_version >= "3.6"
django==3.2.9; python_version >= "3.6"
djangorestframework-jwt==1.11.0
djangorestframework==3.12.4; python_version >= "3.5"
drf-spectacular==0.20.2; python_version >= "3.6"
inflection==0.5.1; python_version >= "3.6"
jsonschema==4.1.2; python_version >= "3.7"
pillow==8.4.0; python_version >= "3.6"
pyjwt==1.7.1
pyrsistent==0.18.0; python_version >= "3.7"
pytz==2021.3; python_version >= "3.6"
pyyaml==6.0; python_version >= "3.6"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
sqlparse==0.4.2; python_version >= "3.6"
uritemplate==4.1.1; python_version >= "3.6"