-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
32 lines (31 loc) · 1.11 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
################################################################################
# This requirements file has been automatically generated from `Pipfile` with
# `pipenv-to-requirements`
#
#
# This has been done to maintain backward compatibility with tools and services
# that do not support `Pipfile` yet.
#
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
# `Pipfile.lock` and then regenerate `requirements*.txt`.
################################################################################
asgiref==3.4.1 ; python_version >= '3.6'
certifi==2021.5.30
charset-normalizer==2.0.4 ; python_version >= '3'
dj-database-url==0.5.0
django-cors-headers==3.8.0
django-debug-toolbar==3.2.2
django-dotenv==1.4.2
django==3.2.6
djangorestframework==3.12.4
gunicorn==20.1.0
idna==3.2 ; python_version >= '3'
pillow==8.3.1
psycopg2-binary==2.9.1
pyjwt==2.1.0
pytz==2021.1
requests==2.26.0
sqlparse==0.4.1 ; python_version >= '3.5'
typing-extensions==3.10.0.0 ; python_version < '3.8'
urllib3==1.26.6 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
whitenoise==5.3.0