Files
kiwi-budapest/pyproject.toml
2022-03-06 14:21:11 +01:00

22 lines
437 B
TOML

[tool.poetry]
name = "budapestkiwi"
version = "0.1.0"
description = ""
authors = ["Jaroslav Drzik <jaro@ttx.sk>"]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.27.1"
redis = "^4.1.4"
python-slugify = "^6.1.1"
SQLAlchemy = "^1.4.31"
psycopg2-binary = "^2.9.3"
fastapi = "^0.75.0"
uvicorn = "^0.17.5"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"