-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
43 lines (40 loc) · 838 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
[packages]
astroid = "==2.2.5"
autopep8 = "==1.4.4"
certifi = "==2019.6.16"
chardet = "==3.0.4"
defusedxml = "==0.6.0"
django-allauth = "==0.39.1"
django-cors-headers = "==3.0.2"
django-rest-auth = "==0.9.5"
djangorestframework = "==3.9.4"
gunicorn = "==19.9.0"
idna = "==2.8"
isort = "==4.3.21"
lazy-object-proxy = "==1.4.1"
mccabe = "==0.6.1"
oauthlib = "==3.0.1"
pep8 = "==1.7.1"
pycodestyle = "==2.5.0"
pylint = "==2.3.1"
python3-openid = "==3.1.0"
pytz = "==2019.1"
requests = "==2.22.0"
requests-oauthlib = "==1.2.0"
six = "==1.12.0"
sqlparse = "==0.3.0"
typed-ast = "==1.4.0"
urllib3 = "==1.25.3"
wrapt = "==1.11.2"
Django = "==2.2.3"
django-filters = "*"
django-filter = "*"
psycopg2 = "*"
[requires]
python_version = "3.7"