forked from dbca-wa/oim-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
43 lines (40 loc) · 1.1 KB
/
requirements.txt
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
Django==1.11.3
django-extensions==1.8.1
django-reversion==2.0.10
django-uwsgi==0.2.1
git+https://github.com/parksandwildlife/[email protected]#egg=dpaw-utils
wagtail==1.13
wagtailtinymce==4.2.1.5
django-queryset-csv==1.0.0
django-mptt==0.8.7
django-mptt-admin==0.4.6
django-leaflet==0.21.0
python-dateutil==2.4.2
django-model-utils==2.5
django-debug-toolbar==1.8
django-compressor==2.0
restless==2.0.3
#cx-Oracle==5.2.1 # Leave commented so Travis CI doesn't break :/
dj-database-url==0.4.1
# fork of Microsoft Azure AD auth library with password authentication fix
git+https://github.com/scottp-dpaw/azure-activedirectory-library-for-python.git@passwordauth#egg=adal
django-ipware==1.1.2
social-auth-app-django==1.2.0
social-auth-core==1.4.0
graphviz==0.4.8
# fork of JSON to HTML lib with python 3 fixes
git+https://github.com/scottp-dpaw/json2html.git@py3#egg=json2html
djangorestframework==3.4.0
Babel==2.2.0
pycsw==2.0.2
SQLAlchemy==1.0.12
pyproj==1.9.5.1
openpyxl==2.3.5
redis==2.10.5
unicodecsv==0.14.1
djangorestframework-filters==0.10.1
Unidecode==0.04.19
mixer==5.5.7
coverage==4.0.3
coveralls==1.1
mock==2.0.0