-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
60 lines (55 loc) · 1.18 KB
/
Pipfile
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
49
50
51
52
53
54
55
56
57
58
59
60
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-filter = "==2.4.0"
djangorestframework = "==3.12.4"
alabaster = "==0.7.12"
alembic = "==1.5.5"
argh = "==0.26.2"
asgiref = "==3.4.1"
asn1crypto = "==1.3.0"
astroid = "==2.3.3"
astropy = "==4.0.1.post1"
atomicwrites = "==1.4.0"
attrs = "==19.3.0"
autopep8 = "==1.5.7"
"backports.entry-points-selectable" = "==1.1.0"
certifi = "==2021.5.30"
chardet = "==4.0.0"
distlib = "==0.3.2"
dj-database-url = "==0.5.0"
django-cors-headers = "==3.7.0"
django-environ = "==0.4.5"
django-heroku = "==0.3.1"
djangorestframework-simplejwt = "==4.7.2"
docopt = "==0.6.2"
filelock = "==3.0.12"
gunicorn = "==20.1.0"
idna = "==2.10"
pipenv = "==2021.5.29"
pipreqs = "==0.4.10"
platformdirs = "==2.0.0"
psycopg2 = "==2.9"
pycodestyle = "==2.7.0"
python-dotenv = "==0.18.0"
pytz = "==2021.1"
requests = "==2.25.1"
six = "==1.16.0"
sqlparse = "==0.4.1"
toml = "==0.10.2"
urllib3 = "==1.26.5"
virtualenv = "==20.5.0"
virtualenv-clone = "==0.5.4"
whitenoise = "==5.2.0"
yarg = "==0.1.9"
Django = "==3.2.5"
PyJWT = "==2.1.0"
celery = "*"
bs4 = "*"
sentry-sdk = "*"
psycopg2-binary = "*"
[dev-packages]
[requires]
python_version = "3.8"