forked from okfde/froide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
43 lines (36 loc) · 830 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[packages]
django = "<2.0"
markdown = "*"
django-haystack = "*"
django-taggit = "*"
pytz = "*"
requests = "*"
django-overextends = "*"
python-magic = "*"
python-mimeparse = ">=0.1.4"
django-configurations = "*"
django-storages = "*"
dj-database-url = "*"
django-cache-url = "*"
django-contrib-comments = "*"
unicodecsv = "*"
celery = "*"
"pypdf2" = "*"
reportlab = "*"
wand = "*"
djangorestframework = "*"
django-oauth-toolkit = "*"
coreapi = "*"
django-filter = "*"
# until https://github.com/django-treebeard/django-treebeard/pull/91 resolved
django-treebeard = {git = "git://github.com/stefanw/django-treebeard.git", editable = true, ref = "deploy"}
[dev-packages]
selenium = "*"
"flake8" = "*"
factory-boy = "*"
coverage = "*"
mock = "*"
whoosh = "*"