-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
57 lines (54 loc) · 1.1 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pytz = "==2018.9"
django-configurations = "==2.1"
gunicorn = "==19.9.0"
newrelic = "==4.12.0.113"
"psycopg2-binary" = "==2.7.7"
dj-database-url = "==0.5.0"
django-model-utils = "==3.1.2"
django-unique-upload = "==0.2.1"
djangorestframework = "==3.9.1"
django-filter = "==2.1.0"
ipdb = "==0.11"
ipython = "==7.2.0"
mkdocs = "==1.0.4"
"flake8" = "==3.6.0"
mock = "==2.0.0"
django-nose = "==1.4.6"
nose-progressive = "==1.5.2"
coverage = "==4.5.2"
django-storages = "==1.7.1"
"boto3" = "==1.9.86"
django = "==2.2"
markdown = "==3.0.1"
factory-boy = "==2.11.1"
django-role-permissions = "*"
pillow = "*"
requests-oauthlib = "*"
requests = "*"
coreapi = "*"
pygments = "*"
drf-nested-routers = "*"
whitenoise = "*"
django-cors-headers = "*"
mypy = "*"
bleach = "*"
"html5lib" = "*"
python-frontmatter = "*"
django-taggit = "*"
django-taggit-serializer = "*"
archieml = "*"
drf-yasg = "*"
celery = "*"
redis = "*"
django-celery-results = "*"
django-redis = "*"
[dev-packages]
black = "==18.9b0"
pre-commit = "*"
[requires]
python_version = "3.7"