-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
57 lines (54 loc) · 1.13 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]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
python-dotenv = "==0.13.0"
psycopg2 = "==2.8.5"
coveralls = "==2.0.0"
coverage = "==5.1"
flake8 = "==3.8.1"
gunicorn = "==20.0.4"
django-heroku = "==0.3.1"
pylint = "==2.5.2"
pep8 = "==1.7.1"
pycodestyle = "==2.6.0"
pylint-django = "==2.0.15"
aniso8601 = "==7.0.0"
asgiref = "==3.2.7"
astroid = "==2.4.1"
certifi = "==2020.4.5.1"
chardet = "==3.0.4"
colorama = "==0.4.3"
dj-database-url = "==0.5.0"
djangorestframework = "==3.11.0"
docopt = "==0.6.2"
entrypoints = "==0.3"
graphene = "==2.1.8"
graphene-django = "==2.10.1"
graphql-core = "==2.3.2"
graphql-relay = "==2.0.1"
idna = "==2.9"
importlib-metadata = "==1.6.0"
isort = "==4.3.21"
lazy-object-proxy = "==1.4.3"
mccabe = "==0.6.1"
promise = "==2.3"
pyflakes = "==2.2.0"
pylint-plugin-utils = "==0.6"
pytz = "==2020.1"
requests = "==2.23.0"
rx = "==1.6.1"
singledispatch = "==3.4.0.3"
six = "==1.14.0"
sqlparse = "==0.3.1"
toml = "==0.10.1"
typed-ast = "==1.4.1"
urllib3 = "==1.25.9"
whitenoise = "==5.0.1"
wrapt = "==1.12.1"
zipp = "==3.1.0"
Django = "==3.0.6"
[requires]
python_version = "3.7"