-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
49 lines (46 loc) · 901 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
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django-dotenv = "==1.4.1"
awesome-slugify = "==1.6.5"
"psycopg2" = "==2.7.3.1"
boto = "==2.45.0"
django-storages = "==1.6.5"
django-redis = "==4.8.0"
django-cache-url = "==2.0.0"
awscli = "==1.16.36"
gunicorn = "*"
Django = "<2.3,>=2.2"
Pillow = "==4.0.0"
djangorestframework = "*"
dj-database-url = "*"
celery = "*"
envparse = "*"
ratelimit = "*"
amocrm-api = "*"
django-phonenumber-field = "*"
cherrypy = "*"
paste = "*"
django-extensions = "==2.1.2"
collectfast = "*"
"boto3" = "==1.9.26"
sentry-sdk = "*"
requests = "*"
phonenumbers = "*"
ujson = "*"
django-admin-sortable2 = "*"
[dev-packages]
django-debug-toolbar = "==1.10.1"
wagtail-factories = "==1.0.0"
model_mommy = "==1.6.0"
invoke = "*"
yapf = "*"
flake8 = "*"
isort = "*"
pylint = "*"
werkzeug = "*"
ipython = "*"
[requires]
python_version = "3.6"