-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathPipfile
48 lines (45 loc) · 1.06 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
django-extensions = "~=2.2.6"
werkzeug = "==1.0.0"
2to3 = "*"
honcho = "*"
coverage = "*"
[packages]
commonmark = "~=0.9.1"
coverage = "~=5.0.3"
diff-match-patch = "==20181111"
dj-database-url = "~=0.5.0"
django = "~=2.2"
django-activity-stream = "~=0.8.0"
django-allauth = "~=0.41.0"
django-bootstrap3 = "~=12.0.3"
django-compat = "~=1.0.14"
django-debug-toolbar = "~=2.2"
django-geoposition-2 = "*"
django-health-check = "~=3.12.1"
django-hijack = "~=2.1.4"
django-jsonfield = "~=1.4.0"
django-jsonfield-compat = "*"
django-redis-cache = "~=2.1.0"
django-reversion = "~=3.0.5"
django-reversion-compare = "~=0.9.0"
django-rq = "~=2.2.0"
django-widget-tweaks = "~=1.4.5"
docutils = "~=0.16.0"
faker = "~=4.0.0"
gunicorn = "~=20.0.4"
Pillow = "~=7.0.0"
psycopg2-binary = "~=2.8.4"
PyYAML = "~=5.3"
requests = "~=2.22.0"
rq-scheduler = "~=0.9.1"
whitenoise = "~=5.0.1"
django-webpack-loader = "~=0.6.0"
sentry-sdk = "~=0.14.1"
unittest-xml-reporting = "*"
[requires]
python_version = "3.7"