-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
69 lines (56 loc) · 1.11 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
# django
django==3.0.7
django-cors-headers==3.2.1
djangorestframework==3.11.0
pandas==1.0.1
geopandas==0.8.0
numpy==1.18.1
Pillow==7.0.0
django-storages==1.9.1
boto3==1.12.1
geopy==1.21.0
Shapely==1.7.0
tsp-solver2==0.3
django-pg-utils==0.1.5
gpxpy==1.4.0
# web server and auth
oauth2client==4.1.3
requests==2.22.0
uwsgi==2.0.18
# postgresql and sql
psycopg2-binary==2.8.5
snaql==0.4.2
django-ltree==0.5
# webpack loader
-e git+https://github.com/BLSQ/django-webpack-loader@e94f76d0f8372193f0b662e2a1aba01a9deffb20#egg=django_webpack_loader
# importing tools
jsonschema==3.2.0
simpledbf==0.2.6
# exporting tools
xlsxwriter==1.2.7
beautifulsoup4==4.7.1
lxml==4.5.0
# Documentation
Sphinx==2.4.1
# dhis2 api wrapper
dhis2.py==2.0.2
# odk-specific libraries
pyxform==1.1.0
# test and linting
mypy==0.761
typed-ast==1.4.1
flake8==3.7.9
flake8-mypy==17.8.0
mock==4.0.1
redgreenunittest==0.1.1
responses==0.10.9
black==18.6b2
pre-commit==1.14.4
jupyter==1.0.0
ipython==7.12.0
django-extensions==2.2.8
lxml==4.5.0
xlrd==1.2.0
djangorestframework-simplejwt==4.4.0
#JSON5 is used for the export_json_for_mobile_app
json5==0.9.5