forked from devdaydresden/devday_website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
48 lines (45 loc) · 921 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "<=1.99"
django-cms = ">3.5"
requests = "*"
psycopg2-binary = "<2.8"
python-magic = "*"
pillow = "*"
django-crispy-forms = "*"
djangocms-admin-style = "*"
djangocms-link = "*"
djangocms-teaser = "*"
djangocms-video = "*"
djangocms-picture = "*"
djangocms-style = "*"
djangocms-attributes-field = "*"
django-model-utils = "*"
djangocms-text-ckeditor = "*"
djangocms-column = "*"
djangocms-file = "*"
django-ckeditor = "*"
django-file-form = "*"
django-registration = "*"
"django-select2" = "<7"
beautifulsoup4 = "*"
"html2text" = "*"
lorem = "*"
luhn = "*"
lxml = "*"
stringcase = "*"
django-ordered-model = "<3.0"
django-formtools = "*"
django-postgres-extra = "*"
[dev-packages]
coverage = "*"
coveralls = "*"
django-debug-toolbar = "*"
dj-inmemorystorage = "*"
mock = "*"
pip = "==18.0"
[requires]
python_version = "3.6"