-
Notifications
You must be signed in to change notification settings - Fork 3
/
Pipfile
61 lines (58 loc) · 1.29 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
61
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
amqp = "==2.5.1"
arrow = "==0.15.4"
anyjson = "==0.3.3"
bleach = "==3.3.0"
certifi = "==2018.1.18"
chardet = "==3.0.4"
decorator = "==4.4.0"
defusedxml = "==0.5.0"
dicttoxml = "==1.6.6"
dj-database-url = "==0.3.0"
dj-static = "==0.0.6"
Django = "==2.2"
django-autocomplete-light = "==2.3.1"
django-cors-headers = "==3.0.2"
django-crispy-forms = "==1.4.0"
django-extensions = "==1.5.9"
django-filter = "==2.4.0"
django-guardian = "==1.3"
django-model-utils= "==4.0.0"
django-notifications-hq= "==1.6.0"
django-toolbelt = "==0.0.1"
djangorestframework = "==3.11.2"
djangorestframework-simplejwt = "==4.3.0"
drf-nested-routers = "==0.91"
future = "==0.17.1"
gunicorn = "==19.5.0"
html5lib = "==0.9999999"
idna = "==2.8"
importlib-metadata = "==0.19"
isoweek = "==1.3.0"
jsonpickle = "==0.9.3"
lxml = "==4.6.3"
mock = "==3.0.5"
networkx = "==2.2"
oauthlib = "==3.0.1"
psycopg2 = "==2.7.1"
PyJWT = "==1.7.1"
python-dateutil = "==2.8.0"
python3-openid = "==3.1.0"
pytz = "==2016.10"
requests = "==2.22.0"
requests-oauthlib = "==1.2.0"
six = "==1.10.0"
sqlparse = "==0.3.0"
static3 = "==0.7.0"
Unidecode = "==1.0.23"
urllib3 = "==1.24.1"
vine = "==1.3.0"
xmltodict = "==0.12.0"
zipp = "==0.5.2"
[requires]
python_version = "3.7"