-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPipfile
38 lines (32 loc) · 929 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
Django = "==1.11.*"
django-jfu = {git = "https://github.com/CalPolyResDev/django-jfu"}
tktitler = {ref = "v1.1.0", git = "https://github.com/TK-IT/tktitler.git"}
wiki = {git = "https://github.com/django-wiki/django-wiki.git"}
django-constance = {version = "*", extras = ["database"]}
# We can't use newer versions of Pillow, because of django-verstatileimagefield.
# Since django-verstatileimagefield==1.10 it has pillow 6.0.0 compability.
Pillow = ">=2.4.0,<=6.0.0"
django-versatileimagefield = ">=1.10"
django-cleanup = "*"
django-model-utils = "*"
sorl-thumbnail = "*"
"django-bootstrap3" = "*"
icalendar = "*"
django-macros = "*"
mysqlclient = "*"
django-multiupload = "*"
django-mediumeditor = "*"
jsonfield = "*"
"html2text" = "*"
numpy = "*"
scipy = "*"
matplotlib = "*"
Unidecode = "*"
[dev-packages]
freezegun = "*"
dukpy = "*"