include venv reqs
This commit is contained in:
parent
9a71e013fc
commit
329500f1ed
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
''' This is a program to get a url from google ee api based on supplied region'''
|
''' This is a program to get a url from Google ee api based on supplied region'''
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import stat
|
import stat
|
||||||
|
|||||||
54
requirements.txt
Normal file
54
requirements.txt
Normal file
@ -0,0 +1,54 @@
|
|||||||
|
beautifulsoup4==4.14.3
|
||||||
|
certifi==2026.1.4
|
||||||
|
charset-normalizer==3.4.4
|
||||||
|
contourpy==1.3.3
|
||||||
|
country-bounding-boxes==0.2.3
|
||||||
|
cycler==0.12.1
|
||||||
|
earthengine-api==1.7.10
|
||||||
|
fonttools==4.61.1
|
||||||
|
geographiclib==2.1
|
||||||
|
geojson==3.2.0
|
||||||
|
geopandas==1.1.2
|
||||||
|
geopy==2.4.1
|
||||||
|
google-api-core==2.29.0
|
||||||
|
google-api-python-client==2.188.0
|
||||||
|
google-auth==2.47.0
|
||||||
|
google-auth-httplib2==0.3.0
|
||||||
|
google-cloud-core==2.5.0
|
||||||
|
google-cloud-storage==3.8.0
|
||||||
|
google-crc32c==1.8.0
|
||||||
|
google-resumable-media==2.8.0
|
||||||
|
googleapis-common-protos==1.72.0
|
||||||
|
httplib2==0.31.2
|
||||||
|
idna==3.11
|
||||||
|
iso3166==2.1.1
|
||||||
|
kiwisolver==1.4.9
|
||||||
|
lxml==6.0.2
|
||||||
|
matplotlib==3.10.8
|
||||||
|
networkx==3.6.1
|
||||||
|
numpy==2.4.1
|
||||||
|
osmnx==2.0.7
|
||||||
|
OSMPythonTools==0.3.6
|
||||||
|
packaging==26.0
|
||||||
|
pandas==3.0.0
|
||||||
|
pillow==12.1.0
|
||||||
|
proto-plus==1.27.0
|
||||||
|
protobuf==6.33.4
|
||||||
|
pyasn1==0.6.2
|
||||||
|
pyasn1_modules==0.4.2
|
||||||
|
pycountry==24.6.1
|
||||||
|
pyogrio==0.12.1
|
||||||
|
pyparsing==3.3.2
|
||||||
|
pyproj==3.7.2
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
requests==2.32.5
|
||||||
|
rsa==4.9.1
|
||||||
|
shapely==2.1.2
|
||||||
|
six==1.17.0
|
||||||
|
soupsieve==2.8.3
|
||||||
|
typing_extensions==4.15.0
|
||||||
|
ujson==5.11.0
|
||||||
|
uritemplate==4.2.0
|
||||||
|
urllib3==2.6.3
|
||||||
|
uv==0.9.26
|
||||||
|
xarray==2025.12.0
|
||||||
Loading…
x
Reference in New Issue
Block a user