-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) · 696 Bytes
/
Pipfile
File metadata and controls
36 lines (33 loc) · 696 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
astroid = "==2.2.5"
certifi = "==2019.3.9"
chardet = "==3.0.4"
dj-database-url = "==0.5.0"
django-heroku = "==0.3.1"
djangorestframework = "==3.9.2"
gunicorn = "==19.9.0"
idna = "==2.8"
isort = "==4.3.16"
lazy-object-proxy = "==1.3.1"
mccabe = "==0.6.1"
psycopg2 = "==2.7.7"
psycopg2-binary = "==2.7.7"
pylint = "==2.3.1"
pylint-django = "==2.0.6"
pylint-plugin-utils = "==0.5"
pytz = "==2018.9"
requests = "==2.21.0"
six = "==1.12.0"
sqlparse = "==0.3.0"
typed-ast = "==1.3.1"
urllib3 = "==1.24.1"
whitenoise = "==4.1.2"
wrapt = "==1.11.1"
Django = "==2.2"
[requires]
python_version = "3.7"