diff --git a/requirements.txt b/requirements.txt index 8f52b0b021..a695b962c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,42 +1,28 @@ -# Requirements for all Python code in this repo, except for import-automation +# Requirements for Python scripts in this repo that have automation enabled! absl-py arcgis2geojson -chembl-webresource-client>=0.10.2 dataclasses==0.6 datacommons==1.4.3 -deepdiff==6.3.0 -earthengine-api -flask_restful==0.3.9 frozendict==1.2 func-timeout==4.3.5 geojson==2.5.0 -geopandas==0.8.1 -geopy google-cloud-bigquery google-cloud-storage>=2.7.0 google-cloud-logging==3.4.0 google-cloud-scheduler==2.10.0 gspread lxml==4.9.1 -matplotlib==3.3.0 -netCDF4==1.6.4 numpy -openpyxl==3.0.7 pandas pylint pytest -rasterio -rdp==0.8 requests==2.27.1 retry==0.9.2 -s2sphere==0.2.5 shapely==1.8.5 -tabula-py urllib3==1.26.8 xarray==0.19.0 xlrd==1.2.0 -yapf zipp beautifulsoup4 ratelimit diff --git a/requirements_all.txt b/requirements_all.txt new file mode 100644 index 0000000000..8f52b0b021 --- /dev/null +++ b/requirements_all.txt @@ -0,0 +1,42 @@ +# Requirements for all Python code in this repo, except for import-automation + +absl-py +arcgis2geojson +chembl-webresource-client>=0.10.2 +dataclasses==0.6 +datacommons==1.4.3 +deepdiff==6.3.0 +earthengine-api +flask_restful==0.3.9 +frozendict==1.2 +func-timeout==4.3.5 +geojson==2.5.0 +geopandas==0.8.1 +geopy +google-cloud-bigquery +google-cloud-storage>=2.7.0 +google-cloud-logging==3.4.0 +google-cloud-scheduler==2.10.0 +gspread +lxml==4.9.1 +matplotlib==3.3.0 +netCDF4==1.6.4 +numpy +openpyxl==3.0.7 +pandas +pylint +pytest +rasterio +rdp==0.8 +requests==2.27.1 +retry==0.9.2 +s2sphere==0.2.5 +shapely==1.8.5 +tabula-py +urllib3==1.26.8 +xarray==0.19.0 +xlrd==1.2.0 +yapf +zipp +beautifulsoup4 +ratelimit