-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
61 lines (58 loc) · 1.31 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 = "==1.4.9"
anyjson = "==0.3.3"
billiard = "==3.3.0.23"
black-goat-client = "==0.2.6"
bleach = "==1.4.2"
celery = "==3.1.25"
certifi = "==2018.1.18"
chardet = "==3.0.4"
conceptpower-api = "==1.9"
decorator = "==4.4.0"
defusedxml = "==0.5.0"
dicttoxml = "==1.6.6"
dj-database-url = "==0.3.0"
dj-static = "==0.0.6"
django-autocomplete-light = "==2.3.1"
django-celery = "==3.2.1"
django-cors-headers = "==1.1.0"
django-crispy-forms = "==1.4.0"
django-extensions = "==1.5.9"
django-filter = "==1.0.1"
django-guardian = "==1.3"
django-toolbelt = "==0.0.1"
djangorestframework = "==3.6.2"
drf-nested-routers = "==0.10.0"
gunicorn = "==19.3.0"
html5lib = "==0.9999999"
isoweek = "==1.3.0"
jsonpickle = "==0.9.3"
kombu = "==3.0.37"
lxml = "==4.3.3"
networkx = "==2.2"
oauthlib = "==3.0.1"
psycopg2 = "==2.7.1"
python-dateutil = "==2.8.0"
python-openid = "==2.2.5"
python-social-auth = "==0.3.6"
python3-openid = "==3.1.0"
pytz = "==2016.10"
redis = "==3.2.1"
requests = "==2.13.0"
requests-oauthlib = "==1.2.0"
restable = "==0.1.3"
six = "==1.10.0"
social-auth-core = "==3.1.0"
static3 = "==0.7.0"
urllib3 = "==1.24.1"
xmltodict = "==0.12.0"
Django = "==1.10.6"
PyJWT = "==1.7.1"
Unidecode = "==1.0.23"
[requires]
python_version = "3.7"