-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathPipfile
46 lines (43 loc) · 823 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
45
46
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
coverage = "*"
tox = "*"
pytest = "*"
pytest-mock = "*"
pytest-cov = "*"
pytest-env = "*"
pytest-django = "*"
[packages]
django = "==2.2.10"
django-health-check = "*"
python-json-logger = "*"
request-id-django-log = "*"
psycopg2-binary = "*"
gevent = "*"
python-alelo = "*"
pynubank = "*"
gunicorn = "*"
whitenoise = ">=4.1.3"
telepot = "*"
google-api-python-client = "*"
python-dateutil = "*"
oauth2client = "*"
djangorestframework = ">=3.10.3"
markdown = "*"
django-filter = "*"
djangorestframework-jwt = "*"
coreapi = "*"
django-rest-swagger = "*"
sentry-sdk = "*"
django-q = "*"
arrow = "*"
isoweek = "*"
django-import-export = "*"
python-telegram-bot = "*"
pillow = "*"
python-slugify = "*"
[requires]
python_version = "3.6"