forked from vundalon/iaso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
80 lines (66 loc) · 1.32 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
78
79
80
# django
django==3.1.13
django-cors-headers==3.2.1
djangorestframework==3.11.2
django-filter==2.4.0
pandas==1.0.1
cython==0.29.23
pyproj==3.0.1
geopandas==0.8.0
Fiona~=1.8.19
numpy==1.18.1
Pillow==8.3.2
django-storages==1.9.1
boto3==1.12.1
geopy==1.21.0
Shapely==1.7.0
unidecode==1.2.0
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.2
# webpack loader
-e git+https://github.com/BLSQ/django-webpack-loader@e94f76d0f8372193f0b662e2a1aba01a9deffb20#egg=django_webpack_loader
# importing tools
jsonschema==3.2.0
# exporting tools
xlsxwriter==1.2.7
beautifulsoup4==4.7.1
lxml==4.6.3
djangorestframework-csv==2.1.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.2
flake8==3.7.9
flake8-mypy==17.8.0
mock==4.0.1
redgreenunittest==0.1.1
responses==0.12.1
black==21.5b1
pre-commit==2.9.2
jupyter==1.0.0
ipython==7.12.0
django-extensions==2.2.8
lxml==4.6.3
xlrd==1.2.0
pyjwt==1.7.1
djangorestframework_simplejwt==4.4.0
#JSON5 is used for the export_json_for_mobile_app
json5==0.9.5
sentry-sdk==1.1.0
django-lazy-services==0.0.3
dateparser==1.0.0
gspread==3.7.0
gspread-formatting==1.0.2
oauth2client==4.1.3
django-contrib-comments~=2.1.0