-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
76 lines (74 loc) · 1.6 KB
/
Pipfile
File metadata and controls
76 lines (74 loc) · 1.6 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
djangorestframework = "==3.11.0"
django-rest-auth = "==0.9.5"
django-heroku = "==0.3.1"
python-dateutil = "==2.8.1"
psycopg2-binary = "==2.8.5"
gunicorn = "==20.0.4"
cryptography = "==2.9.2"
django-extensions = "==3.0.2"
djangorestframework-jwt = "==1.11.0"
Django = "==3.0.7"
amqp = "==2.6.0"
appdirs = "==1.4.3"
asgiref = "==3.2.10"
billiard = "==3.6.3.0"
cachecontrol = "==0.12.6"
celery = "==4.4.6"
cffi = "==1.14.0"
colorama = "==0.4.3"
contextlib2 = "==0.6.0"
certifi = "==2020.4.5.2"
chardet = "==3.0.4"
distlib = "==0.3.0"
distro = "==1.4.0"
dj-database-url = "==0.5.0"
django-cors-headers = "==3.4.0"
django-environ = "==0.4.5"
django-jet = "==1.0.8"
djangorestframework-simplejwt = "==4.4.0"
ecdsa = "==0.15"
future = "==0.18.2"
graphviz = "==0.14"
html5lib = "==1.0.1"
idna = "==2.9"
ipaddr = "==2.2.0"
kombu = "==4.6.11"
lockfile = "==0.12.2"
msgpack = "==0.6.2"
numpy = "==1.19.0"
pandas = "==1.0.5"
pep517 = "==0.8.2"
progress = "==1.5"
psycopg2 = "==2.8.5"
pycparser = "==2.20"
pyparsing = "==2.4.6"
pytoml = "==0.1.21"
pytz = "==2020.1"
pyasn1 = "==0.4.8"
python-dotenv = "==0.13.0"
python-jose = "==3.1.0"
redis = "==3.5.3"
requests = "==2.23.0"
retrying = "==1.3.3"
rsa = "==4.6"
six = "==1.15.0"
sqlparse = "==0.3.1"
twilio = "==6.43.0"
urllib3 = "==1.25.9"
vine = "==1.3.0"
webencodings = "==0.5.1"
whitenoise = "==5.1.0"
xlrd = "==1.2.0"
python-decouple = "==3.1"
PyJWT = "==1.7.1"
Pillow = "==7.2.0
django-bootstrap4 = "==22.1"
django-bootstrap-datepicker-plus = "==4.0.0"
[dev-packages]
[requires]
python_version = "3.9.7"