-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
32 lines (29 loc) · 669 Bytes
/
Pipfile
File metadata and controls
32 lines (29 loc) · 669 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==2.2.2"
django-pure-pagination = "==0.3.0"
markdown = "==3.1.1"
djangorestframework = "==3.9.4"
python-decouple = "==3.1"
requests = "==2.22.0"
django-extensions = "==2.1.5"
django-addanother = "==2.0.0"
gunicorn = "==19.7.1"
pillow = "==5.4.1"
raven = "==6.10.0"
python-social-auth = "==0.3.6"
social-auth-app-django = "==3.1.0"
psycopg2 = "==2.7.7"
dj-database-url = "==0.5.0"
drf-yasg = "==1.16.0"
django-cors-headers = "*"
[dev-packages]
coverage = "==4.0.3"
model-mommy = "==1.6.0"
pylint = "==2.3.1"
python-coveralls = "==2.9.1"
[requires]
python_version = "3.7"