opendata-bike-nantes/pyproject.toml

31 lines
604 B
TOML

[tool.poetry]
name = "opendata-bike-nantes"
version = "0.1.0"
description = ""
authors = ["Dryusdan"]
license = "GPL-3"
[tool.poetry.dependencies]
python = ">=3.11,<3.12"
pendulum = "^2.1.2"
SQLAlchemy = "^2.0.21"
PyYAML = "^6.0.1"
psycopg2-binary = "^2.9.9"
requests = "^2.31.0"
pydantic = "^2.4.2"
GeoAlchemy2 = "^0.14.1"
typer = "^0.9.0"
pygdaltools = "^1.4.0"
fastapi = "^0.103.2"
geojson = "^3.0.1"
overpass = "^0.7"
uvicorn = "^0.23.2"
shapely = "^2.0.1"
[tool.poetry.dev-dependencies]
black = "^22.3.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"