forked from actinia-org/actinia-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
45 lines (43 loc) · 900 Bytes
/
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
# Python3 requirements for actinia core and GRASS GIS
boto3>=1.6.6
colorlog>=4.2.1
docutils==0.15
Flask>=1.1.4
Flask-HTTPAuth>=3.2.3
Flask-RESTful>=0.3.9
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
matplotlib==3.3.4
passlib>=1.7.1
ply>=3.11
psutil>=5.7.0
python-json-logger
python-keycloak>=2.6.0
python-magic>=0.4.15
Sphinx>=1.7.1
redis>=2.10.6
requests>=2.20.0
rq>=0.10.0
setuptools
uWSGI>=2.0.17
wheel
geopandas
rasterio==1.3.4
pystac==0.5.6
PyJWT
werkzeug==2.0.3
# 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