forked from OpenUpSA/wazimap-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
77 lines (64 loc) · 1.3 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Core
pytz==2018.9
Django==2.2.13
django-configurations==2.1
gunicorn==19.9.0
newrelic==4.12.0.113
# For the persistence stores
psycopg2-binary==2.8.5
dj-database-url==0.5.0
# Model Tools
django-model-utils==3.1.2
django_unique_upload==0.2.1
django-picklefield==2.1.1
django-treebeard==4.3
django-json-widget==0.2.0
django-admin-sortable2==0.7.6
# Rest apis
djangorestframework==3.11.0
djangorestframework-csv==2.1.0
django-rest-auth==0.9.5
Markdown==3.0.1
django-filter==2.1.0
django-cors-headers==3.2.0
# Developer Tools
ipdb==0.11
ipython==7.2.0
mkdocs==1.0.4
flake8==3.7.5
django-debug-toolbar==2.1
sentry-sdk==0.14.4
# Testing
mock==2.0.0
factory-boy==2.11.1
django-nose==1.4.6
nose-progressive==1.5.2
coverage==4.5.2
pytest==5.4.1
pytest-django==3.9.0
django-mock-queries==2.1.5
# Static and Media Storage
django-storages==1.7.1
boto3==1.9.93
Pillow==7.0.0 # Needed for ImageField
# Serving static content
whitenoise==5.0.1
django-cors-headers==3.2.0
# GIS libraries
GDAL==3.0.2
djangorestframework-gis==0.14
Fiona==1.8.13.post1
Shapely==1.6.4
django-q==1.0.2
# Data manipulation
pandas==1.0.0
xlrd==1.2.0
django-import-export==2.0.2
django-map-widgets==0.3.0
django-material-icon-widget==0.1.2
# amazon-s3
django-storages==1.7.1
boto3==1.9.93
# object-permissions
django-guardian==2.2.0
django-mock-queries==2.1.5