-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from BritishGeologicalSurvey/update-versions
Update FastAPI container and dependencies
- Loading branch information
Showing
20 changed files
with
408 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Fiona | ||
Jinja2 | ||
Shapely | ||
aiofiles | ||
colorlog | ||
geopandas | ||
numpy | ||
pyproj | ||
python-ags4==0.5.0 | ||
requests | ||
shortuuid | ||
# These libraries are already in FastAPI container but need updated | ||
fastapi==0.88.0 | ||
h11==0.14.0 | ||
pydantic==1.10.14 | ||
python-multipart==0.0.9 | ||
starlette==0.22.0 | ||
uvicorn==0.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,123 @@ | ||
aiofiles==23.1.0 | ||
numpy==1.24.2 | ||
python-ags4==0.4.1 | ||
python-multipart==0.0.5 | ||
colorlog==6.7.0 | ||
shortuuid==1.0.11 | ||
Jinja2==3.1.2 | ||
Fiona==1.9.1 | ||
Shapely==2.0.1 | ||
pyproj==3.4.1 | ||
geopandas==0.12.2 | ||
requests==2.28.2 | ||
# These libraries are already in FastAPI container but need updated | ||
fastapi==0.92.0 | ||
uvicorn==0.20.0 | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.11 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=requirements.txt requirements.in | ||
# | ||
|
||
aiofiles==23.2.1 | ||
# via -r requirements.in | ||
anyio==4.3.0 | ||
# via starlette | ||
attrs==23.2.0 | ||
# via fiona | ||
certifi==2024.2.2 | ||
# via | ||
# fiona | ||
# pyproj | ||
# requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
# via | ||
# click-plugins | ||
# cligj | ||
# fiona | ||
# python-ags4 | ||
# uvicorn | ||
click-plugins==1.1.1 | ||
# via fiona | ||
cligj==0.7.2 | ||
# via fiona | ||
colorlog==6.8.2 | ||
# via -r requirements.in | ||
defusedxml==0.7.1 | ||
# via python-ags4 | ||
et-xmlfile==1.1.0 | ||
# via openpyxl | ||
fastapi==0.88.0 | ||
# via -r requirements.in | ||
fiona==1.9.5 | ||
# via | ||
# -r requirements.in | ||
# geopandas | ||
geopandas==0.14.3 | ||
# via -r requirements.in | ||
h11==0.14.0 | ||
# via | ||
# -r requirements.in | ||
# uvicorn | ||
idna==3.6 | ||
# via | ||
# anyio | ||
# requests | ||
jinja2==3.1.3 | ||
# via -r requirements.in | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
markupsafe==2.1.5 | ||
# via jinja2 | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
numpy==1.26.4 | ||
# via | ||
# -r requirements.in | ||
# pandas | ||
# shapely | ||
openpyxl==3.1.2 | ||
# via python-ags4 | ||
packaging==23.2 | ||
# via geopandas | ||
pandas==2.2.1 | ||
# via | ||
# geopandas | ||
# python-ags4 | ||
pydantic==1.10.14 | ||
# via | ||
# -r requirements.in | ||
# fastapi | ||
pygments==2.17.2 | ||
# via rich | ||
pyproj==3.6.1 | ||
# via | ||
# -r requirements.in | ||
# geopandas | ||
python-ags4==0.5.0 | ||
# via -r requirements.in | ||
python-dateutil==2.9.0.post0 | ||
# via pandas | ||
python-multipart==0.0.9 | ||
# via -r requirements.in | ||
pytz==2024.1 | ||
# via pandas | ||
requests==2.31.0 | ||
# via -r requirements.in | ||
rich==13.7.1 | ||
# via python-ags4 | ||
shapely==2.0.3 | ||
# via | ||
# -r requirements.in | ||
# geopandas | ||
shortuuid==1.0.12 | ||
# via -r requirements.in | ||
six==1.16.0 | ||
# via | ||
# fiona | ||
# python-dateutil | ||
sniffio==1.3.1 | ||
# via anyio | ||
starlette==0.22.0 | ||
# via | ||
# -r requirements.in | ||
# fastapi | ||
typing-extensions==4.10.0 | ||
# via pydantic | ||
tzdata==2024.1 | ||
# via pandas | ||
urllib3==2.2.1 | ||
# via requests | ||
uvicorn==0.20.0 | ||
# via -r requirements.in | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ipython | ||
ipdb | ||
pytest==8.0.2 # 8.1.0 contains breaking changes | ||
flake8 | ||
requests | ||
httpx | ||
pytest-asyncio | ||
requests-toolbelt | ||
freezegun |
Oops, something went wrong.