forked from quipucords/yupana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
44 lines (34 loc) · 771 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
44
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiokafka = "==0.5.2"
djangorestframework = "==3.11.0"
Django = "==2.2.11"
django-environ = "==0.4.5"
gunicorn = "==20.0.4"
psycopg2-binary = "==2.8.4"
requests = "==2.23.0"
sqlparse = "==0.3.1"
whitenoise = "==5.0.1"
django-prometheus = "==2.0.0"
prometheus-client = "==0.7.1"
boto3 = "==1.12.11"
watchtower = "==0.7.3"
[dev-packages]
asynctest = "==0.13.0"
autopep8 = "==1.5"
flake8 = "==3.7.9"
coverage = "==5.0.3"
codecov = "==2.0.16"
pylint = "==2.4.4"
pylint-django = "==2.0.14"
pylint-plugin-utils = "==0.6"
requests-mock = "==1.7.0"
sphinx-rtd-theme = "==0.4.3"
sphinx = "==2.4.3"
sphinx-autobuild = "==0.7.1"
tox = "==3.14.5"
[requires]
python_version = "3.6"