-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPipfile
88 lines (85 loc) · 1.86 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
Django = "==2.2.20"
django-cms = "==3.7.4"
django-appconf = "*"
#cmsplugin-filer = "*"
dj-database-url = "*"
django-appdata = "*"
django-autocomplete-light = "!=3.5.1"
django-acme-challenge = "*"
django-cors-headers = "==3.3.0"
django-daterange-filter = "*"
django-filer = "*"
django-filter = "==2.2"
django-polymorphic = ">=2.1.2"
djangorestframework = "*"
requests = "*"
django-rest-swagger = "*"
django-simple-history = "*"
django-import-export = ">=2.1.0"
django-haystack = "*"
gunicorn = "==19.6.0"
django-taggit = "*"
django-paypal = "*"
django-parler = "*"
#aldryn-apphooks-config = "*"
#aldryn-boilerplates = "*"
#aldryn-common = "*"
#aldryn-search = "*"
boto3 = "*"
botocore = "*"
diff-match-patch = "*"
django-mass-edit = "*"
django-meta = "*"
django-meta-mixin = "*"
django-multiselectfield = "*"
django-object-actions = "*"
django-resized = "*"
django-sortedm2m = "*"
django-spurl = "*"
django-standard-form = "*"
django-storages = "==1.8"
django-taggit-autosuggest = "*"
django-taggit-templatetags = "*"
django-templatetag-sugar = "*"
django-webpack-loader = "*"
djangocms-apphook-setup = "*"
djangocms-blog = "==1.0.0rc1"
djangocms-file = "*"
djangocms-inherit = "*"
djangocms-link = "*"
djangocms-picture = "*"
djangocms-teaser = "*"
djangocms-text-ckeditor = "*"
djangocms-video = "*"
docutils = "*"
futures = "*"
googlemaps = "*"
html5lib = "*"
jmespath = "*"
lxml = "*"
psycopg2-binary = "==2.7.7"
python-dateutil = "*"
rollbar = "*"
s3transfer = "*"
tablib = "*"
whitenoise = "*"
Markdown = "*"
URLObject = "*"
YURL = "*"
openpyxl = "!= 3.0.2"
weasyprint = "*"
reportlab = "*"
celery = "*"
django-import-export-celery = {git = "git://github.com/auto-mat/django-import-export-celery"}
django-author = "*"
future = "*"
redis = "*"
zest-releaser = "*"
[requires]
python_version = "3.6"