-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
46 lines (43 loc) · 952 Bytes
/
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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Django = "==2.0.4"
"django-allauth" = "==0.37.1"
"graphene-django" = "==2.2.0"
"django-filter" = "==2.0.0"
"django-backblazeb2-storage" = "*"
django-environ = "*"
django-extensions = "*"
#django-moderation = "*"
django-moderation = { git = "https://github.com/zbyte64/django-moderation.git" , ref = "02bfa5e" }
django-revproxy = "==0.9.15"
ipython = "*"
ipdb = "*"
Pillow = "*"
celery = "*"
django-cors-headers = "*"
"psycopg2" = "*"
djangorestframework = "*"
redis = "*"
django-debug-toolbar = "*"
django-spa = "*"
django-anymail = "*"
gunicorn = "*"
eventlet = "*"
ipfsapi = "==0.4.3"
pynacl = "==1.2.1"
"u-msgpack-python" = "==2.5.0"
[dev-packages]
Werkzeug = "*"
honcho = "*"
PyYAML = "*"
jedi = "*"
epc = "*"
nose = "*"
coverage = "*"
"flake8" = "*"
"snapshottest" = "*"
[requires]
python_version = "==3.6"