-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
44 lines (34 loc) · 955 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]
rh = {path = ".", editable = true}
django = "<1.12"
django-model-utils = "==3.0.0"
django-cms = "<3.5"
django-filer = "==1.3"
djangocms-text-ckeditor = "==3.5.0"
cmsplugin-filer = "==1.1.3"
djangocms-link = "==2.1.2"
"django-select2" = "==5.11.0"
easy-thumbnails = "==2.4.2"
dj-database-url = "==0.4.2"
django-storages = "==1.6.5"
"boto3" = "==1.6.16"
whitenoise = "==3.3.1"
uwsgi = "<2.1"
django-autoslug = "*"
django-countries = "*"
django-tagulous = {ref = "feature/django-1_11", git = "https://github.com/radiac/django-tagulous.git", editable = true}
"django-sendgrid-v5" = "*"
"psycopg2-binary" = "<=2.8"
[dev-packages]
djangocms-testing = {git = "https://github.com/nicolaslara/djangocms_testing.git", editable = true}
django-debug-toolbar = "*"
ipdb = "*"
pytest-django = "*"
pytest-cov = "*"
model-mommy = "*"
[requires]
python_version = "3.6"