Credits¶
Dependencies¶
Generated with pipdeptree
flowchart TD
classDef missing stroke-dasharray: 5
annotated-types["annotated-types\n0.7.0"]
anyio["anyio\n3.7.1"]
boto3["boto3\n1.35.99"]
botocore["botocore\n1.35.99"]
certifi["certifi\n2025.11.12"]
charset-normalizer["charset-normalizer\n3.4.4"]
click_0["click\n8.3.1"]
exceptiongroup["exceptiongroup\n1.3.1"]
fastapi-csrf-protect["fastapi-csrf-protect\n1.0.7"]
fastapi["fastapi\n0.103.2"]
h11["h11\n0.16.0"]
idna["idna\n3.11"]
itsdangerous["itsdangerous\n2.2.0"]
jmespath["jmespath\n1.0.1"]
lxml["lxml\n4.9.4"]
mapbox-vector-tile["mapbox-vector-tile\n2.2.0"]
numpy["numpy\n2.2.6"]
packaging["packaging\n25.0"]
pillow["pillow\n12.0.0"]
prettytable["prettytable\n3.17.0"]
protobuf["protobuf\n6.33.1"]
pyclipper["pyclipper\n1.3.0.post6"]
pydantic-core["pydantic_core\n2.10.1"]
pydantic-settings["pydantic-settings\n2.0.3"]
pydantic["pydantic\n2.4.2"]
python-dateutil["python-dateutil\n2.9.0.post0"]
python-dotenv["python-dotenv\n1.0.0"]
requests["requests\n2.32.5"]
rok4["rok4\n2.1.4"]
s3transfer["s3transfer\n0.10.4"]
shapely["shapely\n2.0.7"]
six["six\n1.17.0"]
sniffio["sniffio\n1.3.1"]
sqlitedict["sqlitedict\n2.1.0"]
starlette["starlette\n0.27.0"]
tomli["tomli\n2.3.0"]
typing-extensions["typing_extensions\n4.15.0"]
urllib3["urllib3\n2.5.0"]
uvicorn["uvicorn\n0.23.2"]
wcwidth["wcwidth\n0.2.14"]
anyio -- ">=1.1" --> sniffio
anyio -- ">=2.8" --> idna
anyio -- "any" --> exceptiongroup
boto3 -- ">=0.10.0,<0.11.0" --> s3transfer
boto3 -- ">=0.7.1,<2.0.0" --> jmespath
boto3 -- ">=1.35.99,<1.36.0" --> botocore
botocore -- ">=0.7.1,<2.0.0" --> jmespath
botocore -- ">=1.25.4,<3,!=2.2.0" --> urllib3
botocore -- ">=2.1,<3.0.0" --> python-dateutil
exceptiongroup -- ">=4.6.0" --> typing-extensions
fastapi -- ">=0.27.0,<0.28.0" --> starlette
fastapi -- ">=1.7.4,<3.0.0,!=2.1.0,!=2.0.1,!=2.0.0,!=1.8.1,!=1.8" --> pydantic
fastapi -- ">=3.7.1,<4.0.0" --> anyio
fastapi -- ">=4.5.0" --> typing-extensions
fastapi-csrf-protect -- ">=0" --> starlette
fastapi-csrf-protect -- ">=2.0.0" --> pydantic
fastapi-csrf-protect -- ">=2.0.0" --> pydantic-settings
fastapi-csrf-protect -- ">=2.0.1,<3.0.0" --> itsdangerous
mapbox-vector-tile -- ">=1.3.0,<2.0.0" --> pyclipper
mapbox-vector-tile -- ">=2.0.0,<3.0.0" --> shapely
mapbox-vector-tile -- ">=6.31.1,<7.0.0" --> protobuf
prettytable -- "any" --> wcwidth
pydantic -- "==2.10.1" --> pydantic-core
pydantic -- ">=0.4.0" --> annotated-types
pydantic -- ">=4.6.1" --> typing-extensions
pydantic-core -- ">=4.6.0,!=4.7.0" --> typing-extensions
pydantic-settings -- ">=0.21.0" --> python-dotenv
pydantic-settings -- ">=2.0.1" --> pydantic
python-dateutil -- ">=1.5" --> six
requests -- ">=1.21.1,<3" --> urllib3
requests -- ">=2,<4" --> charset-normalizer
requests -- ">=2.5,<4" --> idna
requests -- ">=2017.4.17" --> certifi
rok4 -- ">=1.24.2" --> numpy
rok4 -- ">=1.26.54" --> boto3
rok4 -- ">=10.0.1" --> pillow
rok4 -- ">=2.0.1" --> mapbox-vector-tile
rok4 -- ">=2.30.0" --> requests
s3transfer -- ">=1.33.2,<2.0a.0" --> botocore
shapely -- ">=1.14,<3" --> numpy
starlette -- ">=3.4.0,<5" --> anyio
uvicorn -- ">=0.8" --> h11
uvicorn -- ">=4.0" --> typing-extensions
uvicorn -- ">=7.0" --> click_0
Licenses¶
Generated with pip-licenses
Name |
Version |
License |
Author |
URL |
Description |
|---|---|---|---|---|---|
annotated-types |
0.7.0 |
MIT License |
Adrian Garcia Badaracco 1755071+adriangb@users.noreply.github.com, Samuel Colvin s@muelcolvin.com, Zac Hatfield-Dodds zac@zhd.dev |
Reusable constraint types to use with typing.Annotated |
|
anyio |
3.7.1 |
MIT License |
Alex Grönholm alex.gronholm@nextday.fi |
High level compatibility layer for multiple asynchronous event loop implementations |
|
boto3 |
1.35.99 |
Apache Software License |
Amazon Web Services |
The AWS SDK for Python |
|
botocore |
1.35.99 |
Apache Software License |
Amazon Web Services |
Low-level, data-driven core of boto 3. |
|
certifi |
2025.11.12 |
Mozilla Public License 2.0 (MPL 2.0) |
Kenneth Reitz |
Python package for providing Mozilla’s CA Bundle. |
|
charset-normalizer |
3.4.4 |
MIT |
“Ahmed R. TAHRI” tahri.ahmed@proton.me |
https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md |
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. |
click |
8.3.1 |
UNKNOWN |
UNKNOWN |
Composable command line interface toolkit |
|
exceptiongroup |
1.3.1 |
MIT License |
Alex Grönholm alex.gronholm@nextday.fi |
https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst |
Backport of PEP 654 (exception groups) |
fastapi |
0.103.2 |
MIT License |
Sebastián Ramírez tiangolo@gmail.com |
FastAPI framework, high performance, easy to learn, fast to code, ready for production |
|
fastapi-csrf-protect |
1.0.7 |
MIT License |
Sitt Guruvanich aekazitt+github@gmail.com |
UNKNOWN |
Stateless implementation of Cross-Site Request Forgery (XSRF) Protection by using Double Submit Cookie mitigation pattern |
h11 |
0.16.0 |
MIT License |
Nathaniel J. Smith |
A pure-Python, bring-your-own-I/O implementation of HTTP/1.1 |
|
idna |
3.11 |
UNKNOWN |
Kim Davies kim+pypi@gumleaf.org |
Internationalized Domain Names in Applications (IDNA) |
|
itsdangerous |
2.2.0 |
BSD License |
UNKNOWN |
Safely pass data to untrusted environments and back. |
|
jmespath |
1.0.1 |
MIT License |
James Saryerwinnie |
JSON Matching Expressions |
|
lxml |
4.9.4 |
BSD License |
lxml dev team |
Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. |
|
mapbox-vector-tile |
2.2.0 |
MIT License |
Rob Marianski |
Mapbox Vector Tile encoding and decoding. |
|
numpy |
2.2.6 |
BSD License |
Travis E. Oliphant et al. |
Fundamental package for array computing in Python |
|
packaging |
25.0 |
Apache Software License; BSD License |
Donald Stufft donald@stufft.io |
Core utilities for Python packages |
|
pillow |
12.0.0 |
UNKNOWN |
“Jeffrey A. Clark” aclark@aclark.net |
Python Imaging Library (fork) |
|
pipdeptree |
2.30.0 |
UNKNOWN |
UNKNOWN |
Command line utility to show dependency tree of packages. |
|
protobuf |
6.33.1 |
3-Clause BSD License |
UNKNOWN |
||
pyclipper |
1.3.0.post6 |
MIT License |
Angus Johnson, Maxime Chalton, Lukas Treyer, Gregor Ratajc |
Cython wrapper for the C++ translation of the Angus Johnson’s Clipper library (ver. 6.4.2) |
|
pydantic |
2.4.2 |
MIT License |
Samuel Colvin s@muelcolvin.com, Eric Jolibois em.jolibois@gmail.com, Hasan Ramezani hasan.r67@gmail.com, Adrian Garcia Badaracco 1755071+adriangb@users.noreply.github.com, Terrence Dorsey terry@pydantic.dev, David Montague david@pydantic.dev |
Data validation using Python type hints |
|
pydantic-settings |
2.0.3 |
MIT License |
Samuel Colvin s@muelcolvin.com, Eric Jolibois em.jolibois@gmail.com, Hasan Ramezani hasan.r67@gmail.com |
Settings management using Pydantic |
|
pydantic_core |
2.10.1 |
MIT License |
Samuel Colvin s@muelcolvin.com |
UNKNOWN |
|
python-dateutil |
2.9.0.post0 |
Apache Software License; BSD License |
Gustavo Niemeyer |
Extensions to the standard Python datetime module |
|
python-dotenv |
1.0.0 |
BSD License |
Saurabh Kumar |
Read key-value pairs from a .env file and set them as environment variables |
|
requests |
2.32.5 |
Apache Software License |
Kenneth Reitz |
Python HTTP for Humans. |
|
rok4 |
2.1.4 |
CeCILL-C Free Software License Agreement (CECILL-C) |
Géoportail IGN Developers tout_rdev@ign.fr |
Python core libraries for ROK4 project |
|
s3transfer |
0.10.4 |
Apache Software License |
Amazon Web Services |
An Amazon S3 Transfer Manager |
|
shapely |
2.0.7 |
BSD License |
Sean Gillies |
Manipulation and analysis of geometric objects |
|
six |
1.17.0 |
MIT License |
Benjamin Peterson |
Python 2 and 3 compatibility utilities |
|
sniffio |
1.3.1 |
Apache Software License; MIT License |
“Nathaniel J. Smith” njs@pobox.com |
Sniff out which async library your code is running under |
|
sqlitedict |
2.1.0 |
Apache Software License |
Radim Rehurek, Victor R. Escobar, Andrey Usov, Prasanna Swaminathan, Jeff Quast |
Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe. |
|
starlette |
0.27.0 |
BSD License |
Tom Christie tom@tomchristie.com |
The little ASGI library that shines. |
|
typing_extensions |
4.15.0 |
UNKNOWN |
“Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee” levkivskyi@gmail.com |
Backported and Experimental Type Hints for Python 3.9+ |
|
urllib3 |
2.5.0 |
UNKNOWN |
Andrey Petrov andrey.petrov@shazow.net |
HTTP library with thread-safe connection pooling, file post, and more. |
|
uvicorn |
0.23.2 |
BSD License |
Tom Christie tom@tomchristie.com |
The lightning-fast ASGI server. |