-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathPipfile
42 lines (39 loc) · 871 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
astroid = "==2.2.4"
"beautifulsoup4" = "==4.7.1"
cssutils = "==1.0.2"
django = "==2.2.13"
django-adminplus = "==0.5"
django-grappelli = "==2.12.2"
django-nested-admin = "==3.1.3"
isort = "==4.3.12"
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"
"pynliner3" = "==0.6"
python-monkey-business = "==1.0.0"
pytz = "==2018.9"
six = "==1.12.0"
soupsieve = "==1.8"
typed-ast = "==1.3.2"
wrapt = "==1.11.1"
gunicorn = "*"
djangorestframework = "*"
django-filter = "*"
django-cors-headers = "*"
djangorestframework-simplejwt = "*"
pillow = "*"
django-crispy-forms = "*"
markdown = "*"
django-webpack-loader = "*"
[dev-packages]
[requires]
python_version = "3.7"