forked from MicroPyramid/Django-CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
47 lines (43 loc) · 908 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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
black = "*"
isort = "*"
[packages]
celery = "==4.3.0"
django-simple-pagination = "==1.3"
django-compressor = "==2.3"
sorl-thumbnail = "==12.5.0"
django-phonenumber-field = "==2.2.0"
phonenumbers = "==8.10.4"
django-storages = "==1.7"
psycopg2-binary = "==2.8.3"
arrow = "==0.14.5"
requests = "==2.22.0"
boto3 = "==1.9.212"
lxml = "==4.4.1"
cssselect = "==1.1.0"
xlrd = "==1.2.0"
xlwt = "==1.3.0"
openpyxl = "==2.6.3"
pdfkit = "==0.6.1"
redis = "==3.3.8"
coverage = "==4.5.4"
raven = "==6.10.0"
pytest = "==5.1.1"
pytest-django = "==3.5.1"
codacy-coverage = "==1.3.11"
django-haystack = "==2.8.0"
elasticsearch = "==2.3"
python-memcached = "==1.59"
boto = "==2.49.0"
Django = "==2.2.10"
django-settings-export = "==1.2.1"
tblib = "*"
[requires]
python_version = "3.6"
[pipenv]
allow_prereleases = true