Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ icecream
click
geopandas
folium

fastapi
uvicorn
95 changes: 87 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,140 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile dev-requirements.in
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
#
annotated-types==0.7.0
# via pydantic
anyio==4.9.0
# via starlette
asttokens==2.4.0
# via icecream
branca==0.8.1
# via folium
certifi==2025.4.26
# via
# pyogrio
# pyproj
# requests
cffi==1.17.1
# via timezonefinder
charset-normalizer==3.4.2
# via requests
click==8.2.1
# via
# -r dev-requirements.in
# uvicorn
colorama==0.4.6
# via icecream
executing==2.0.0
# via icecream
fastapi==0.115.12
# via -r dev-requirements.in
folium==0.19.7
# via -r dev-requirements.in
geographiclib==2.0
# via geopy
geopandas==1.1.0
# via -r dev-requirements.in
geopy==2.4.0
# via -r dev-requirements.in
gpxpy==1.5.0
# via -r dev-requirements.in
h11==0.16.0
# via uvicorn
h3==4.2.2
# via timezonefinder
icecream==2.1.3
# via -r dev-requirements.in
idna==3.10
# via
# anyio
# requests
imageio==2.31.5
# via -r dev-requirements.in
jinja2==3.1.6
# via
# branca
# folium
lxml==4.9.3
# via -r dev-requirements.in
markupsafe==3.0.2
# via jinja2
numpy==1.26.0
# via
# -r dev-requirements.in
# folium
# geopandas
# imageio
# opencv-python
# pandas
# pyogrio
# shapely
# timezonefinder
opencv-python==4.8.1.78
# via -r dev-requirements.in
packaging==25.0
# via
# geopandas
# pyogrio
pandas==2.1.1
# via
# -r dev-requirements.in
# geopandas
piexif==1.1.3
# via -r dev-requirements.in
pillow==10.0.1
# via
# -r dev-requirements.in
# imageio
pycparser==2.22
# via cffi
pydantic==2.11.7
# via fastapi
pydantic-core==2.33.2
# via pydantic
pygments==2.16.1
# via icecream
pyogrio==0.11.0
# via geopandas
pyproj==3.7.1
# via geopandas
python-dateutil==2.8.2
# via
# -r dev-requirements.in
# pandas
pytz==2023.3.post1
# via pandas
requests==2.32.4
# via folium
shapely==2.1.1
# via geopandas
six==1.16.0
# via
# asttokens
# python-dateutil
sniffio==1.3.1
# via anyio
starlette==0.46.2
# via fastapi
timezonefinder==6.5.9
# via -r dev-requirements.in
tqdm==4.66.1
# via -r dev-requirements.in
typing-extensions==4.14.0
# via
# anyio
# fastapi
# pydantic
# pydantic-core
# typing-inspection
typing-inspection==0.4.1
# via pydantic
tzdata==2023.3
# via pandas
timezonefinder==6.5.9
# via -r dev-requirements.in
click==8.2.1
# via -r dev-requirements.in
geopandas==1.1.0
# via -r dev-requirements.in
folium==0.19.7
urllib3==2.4.0
# via requests
uvicorn==0.34.3
# via -r dev-requirements.in
xyzservices==2025.4.0
# via folium
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ files = ["requirements.txt"]

[project.scripts]
ssoss = "ssoss.cli:cli"
ssoss-web = "ssoss.web_api:main"

3 changes: 3 additions & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ click
geopandas
folium


fastapi
uvicorn
96 changes: 88 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,128 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile
# pip-compile --output-file=requirements.txt requirements.in
#
annotated-types==0.7.0
# via pydantic
anyio==4.9.0
# via starlette
branca==0.8.1
# via folium
certifi==2025.4.26
# via
# pyogrio
# pyproj
# requests
cffi==1.17.1
# via timezonefinder
charset-normalizer==3.4.2
# via requests
click==8.2.1
# via
# -r requirements.in
# uvicorn
fastapi==0.115.12
# via -r requirements.in
folium==0.19.7
# via -r requirements.in
geographiclib==2.0
# via geopy
geopandas==1.1.0
# via -r requirements.in
geopy==2.4.0
# via -r requirements.in
gpxpy==1.5.0
# via -r requirements.in
h11==0.16.0
# via uvicorn
h3==4.2.2
# via timezonefinder
idna==3.10
# via
# anyio
# requests
imageio==2.31.5
# via -r requirements.in
jinja2==3.1.6
# via
# branca
# folium
lxml==4.9.3
# via -r requirements.in
numpy>=1.26,<2.0
markupsafe==3.0.2
# via jinja2
numpy==2.3.0
# via
# -r requirements.in
# folium
# geopandas
# imageio
# opencv-python
# pandas
# pyogrio
# shapely
# timezonefinder
opencv-python==4.8.1.78
# via -r requirements.in
packaging==25.0
# via
# geopandas
# pyogrio
pandas==2.1.1
# via
# -r requirements.in
# geopandas
piexif==1.1.3
# via -r requirements.in
pillow==10.0.1
# via
# -r requirements.in
# imageio
piexif==1.1.3
# via -r requirements.in
pycparser==2.22
# via cffi
pydantic==2.11.7
# via fastapi
pydantic-core==2.33.2
# via pydantic
pyogrio==0.11.0
# via geopandas
pyproj==3.7.1
# via geopandas
python-dateutil==2.8.2
# via
# -r requirements.in
# pandas
pytz==2023.3.post1
# via pandas
requests==2.32.4
# via folium
shapely==2.1.1
# via geopandas
six==1.16.0
# via python-dateutil
sniffio==1.3.1
# via anyio
starlette==0.46.2
# via fastapi
timezonefinder==6.5.9
# via -r requirements.in
tqdm==4.66.1
# via -r requirements.in
typing-extensions==4.14.0
# via
# anyio
# fastapi
# pydantic
# pydantic-core
# typing-inspection
typing-inspection==0.4.1
# via pydantic
tzdata==2023.3
# via pandas
timezonefinder==6.5.9
click==8.2.1
geopandas==1.1.0
folium==0.19.7
urllib3==2.4.0
# via requests
uvicorn==0.34.3
# via -r requirements.in
xyzservices==2025.4.0
# via folium
Loading
Loading