Skip to content

Commit

Permalink
Make default requirements.txt smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
pradh committed Nov 28, 2023
1 parent 1a2fd81 commit 5aecdd7
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 15 deletions.
16 changes: 1 addition & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
42 changes: 42 additions & 0 deletions requirements_all.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5aecdd7

Please sign in to comment.