-
- Downloads
update
Showing
- Dockerfile 2 additions, 1 deletionDockerfile
- examples/api-query.py 2 additions, 3 deletionsexamples/api-query.py
- requirements.txt 4 additions, 4 deletionsrequirements.txt
- src/api.py 22 additions, 2 deletionssrc/api.py
- src/shakemap_lite_process.py 2 additions, 17 deletionssrc/shakemap_lite_process.py
obspy~=1.2 | ||
pandas | ||
obspy==1.2.2 | ||
pandas==1.0 | ||
aiopg==1.3.3 | ||
postgis==1.0.4 | ||
psycopg2==2.9.2 | ||
... | ... | @@ -19,7 +19,7 @@ docutils==0.14 |
filelock==3.0.12 | ||
idna==2.8 | ||
kiwisolver==1.1.0 | ||
matplotlib | ||
matplotlib<3.2 | ||
multidict==4.5.2 | ||
openquake.engine~=3.10.1 | ||
pipenv==2021.5.29 | ||
... | ... | @@ -28,7 +28,7 @@ psutil==5.6.5 |
pyparsing==2.4.5 | ||
pyshp==1.2.3 | ||
python-dateutil==2.8.1 | ||
pytz==2019.3 | ||
pytz==2020.1 | ||
six==1.16.0 | ||
virtualenv==20.7.2 | ||
virtualenv-clone==0.5.7 |
Please register or sign in to comment