-
Notifications
You must be signed in to change notification settings - Fork 10
/
requirements.txt
56 lines (48 loc) · 1.09 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
44
45
46
47
48
49
50
51
52
53
54
55
56
Django>=1.11,<2.0
psycopg2-binary==2.7.4
django-confy==1.0.4
django-bootstrap3==10.0.1
openpyxl==2.4.2
django-reversion==1.10
pytz>=2016.6.1
django-timezone-field==2.0
requests==2.20.0
Unipath==1.1
six==1.10
python-dateutil==2.6.0
future==0.16.0
unicodecsv==0.14.1
gunicorn==19.10.0
# frictionless datapackage and tableschema
datapackage==1.2.6
tableschema==1.0.13
# rest API
djangorestframework==3.8.2
coreapi==2.3.3
# next line is to fix a strange dep error from (the openapi-codec==1.3.1 create issues)
django-filter==1.1.0
django-crispy-forms==1.6.1
django-cors-headers==1.3.1
dry-rest-permissions==0.1.8
djangorestframework-gis==0.13
drf-yasg==1.7.4
django-extra-fields==1.0.0
Pillow==5.1.0
djoser==1.2.2
# for S3 static/media storage
django-storages==1.6.6
boto3==1.7.50
# dbca for SSO login
git+https://github.com/dbca-wa/[email protected]
# TODO: to get rid of
django-grappelli==2.8.2
# suspicious dependencies
dj-static==0.0.6
# test, deploy and dev
coverage>=4.2,<5.0
flake8>=2.4.0,<3.0
mixer>=5.4.1,<6.0
django-extensions>=1.7.2,<1.8
ipython>=5.1.0,<6.0
Werkzeug>=0.10.4,<1.0
factory-boy==2.11.1