-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
35 lines (35 loc) · 2.09 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
30
31
32
33
34
35
boto3==1.18.38; python_version >= "3.6"
botocore==1.21.38; python_version >= "3.6"
cheroot==8.5.2; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.5"
cherrypy==18.6.1; python_version >= "3.5"
dj-database-url==0.5.0
django-appconf==1.0.4
django-compressor==2.4.1
django-dotenv==1.4.2
django-extensions==3.1.3; python_version >= "3.6"
django-libsass==0.9
django-storages==1.11.1; python_version >= "3.5"
django==2.2.24; python_version >= "3.5"
djangorestframework==3.12.4; python_version >= "3.5"
gunicorn==20.1.0; python_version >= "3.5"
jaraco.classes==3.2.1; python_version >= "3.6"
jaraco.collections==3.4.0; python_version >= "3.6"
jaraco.functools==3.3.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
jaraco.text==3.5.1; python_version >= "3.6"
jmespath==0.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.3.0"
libsass==0.21.0
more-itertools==8.9.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
portend==2.7.1; python_version >= "3.6"
psycopg2==2.9.1; python_version >= "3.6"
python-dateutil==2.8.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.3.0"
pytz==2021.1; python_version >= "3.6"
pywin32==301; sys_platform == "win32" and implementation_name == "cpython" and python_version < "3.10" and python_version >= "3.5"
rcssmin==1.0.6
rjsmin==1.1.0
s3transfer==0.5.0; python_version >= "3.6"
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
sqlparse==0.4.1; python_version >= "3.5"
tempora==4.1.1; python_version >= "3.6"
urllib3==1.26.6; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.6"
whitenoise==5.3.0; python_version >= "3.5" and python_version < "4"
zc.lockfile==2.0; python_version >= "3.5"