-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (36 loc) · 805 Bytes
/
Pipfile
File metadata and controls
39 lines (36 loc) · 805 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django-environ = "==0.4.5"
django-simple-options = "==1.0"
django-model-utils = "==2.6.1"
django-reversion = "==2.0.8"
django-extensions = "*"
django-braces = "==1.13.0"
psycopg2 = "==2.8.2"
requests = "==2.22.0"
django-markupfield = "==1.5.1"
django-modeltranslation = "==0.13.1"
django-taggit = "*"
django-taggit-autosuggest = "==0.3.7"
numpy = "==1.16.4"
bleach = "==3.1.4"
restless = "==2.1.1"
icalendar = "==4.0.3"
django-test-plus = "*"
coverage = "*"
pytest-django = "*"
pytest-sugar = "*"
factory-boy = "*"
ipdb = "==0.12"
Django = "==2.2.8"
Pillow = "==6.2.0"
Markdown = "==3.1.1"
django_coverage_plugin = "*"
Werkzeug = "*"
django-import-export = "==1.2.0"
[requires]
python_version = "3.7"