forked from actinia-org/actinia-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
51 lines (48 loc) · 1.17 KB
/
requirements.txt
File metadata and controls
51 lines (48 loc) · 1.17 KB
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
# Python3 requirements for actinia core and GRASS GIS
boto3>=1.6.6
colorlog>=4.2.1
docutils==0.15
# Flask>=0.12.3
Flask==1.1.4 # TODO: remove when #345 is fixed
Flask-HTTPAuth>=3.2.3
Flask-RESTful>=0.3.6
flask-restful-swagger-2
Flask-Cors>=3.0.3
fluent-logger>=0.9.4
google-cloud>=0.32.0
google-cloud-bigquery<=3.0.0
google-cloud-storage>=1.6.0
gunicorn>=19.9.0
joblib==0.15.1
MarkupSafe==2.0.1 # TODO: remove when #345 is fixed
matplotlib==3.3.4
passlib>=1.7.1
ply>=3.11
psutil>=5.7.0
python-json-logger
python-magic>=0.4.15
Sphinx>=1.7.1
threadpoolctl==2.1.0
redis>=2.10.6
requests>=2.20.0
rq>=0.10.0
setuptools
uWSGI>=2.0.17
wheel
geopandas
rasterio==1.2.10
pystac==0.5.6
# required for running i.sentinel.download from GCS:
pandas
sentinelsat
tqdm
# geopandas installs numpy, pandas, pyproj and Shapely as dependencies.
# we keep numpy, pandas and Shapely to it but need to pin pyproj version
# (Min supported proj version is 7.2.0, installed is 7.0.1)
# numpy>=1.15.4
# pandas
# Shapely
# scikit-learn hints:
# not installed with pip, but with apk in
# actinia-docker/actinia-alpine/Dockerfile_alpine_dependencies
# TODO: remove threadpoolctl and joblib if not needed anymore for scikit-learn