Metadata-Version: 2.1
Name: poetry-fastapi-demo
Version: 0.0.1
Summary: A web project template using poetry and fastapi.
Home-page: https://github.com/robocanic/poetry-fastapi-demo
License: Apache 2.0
Author: robocanic
Author-email: robocanic@example.com
Requires-Python: >=3.10,<3.11
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: fastapi (>=0.115.0,<0.116.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: sqlalchemy (>=2.0.36,<3.0.0)
Requires-Dist: uvicorn (==0.32.0)
Description-Content-Type: text/markdown

# poetry-fastapi-demo
A web project template using poetry and fastapi.


