Best project in Budapest KIWI event

This commit is contained in:
2022-03-08 14:03:22 +01:00
commit 3aa61277e9
17 changed files with 1441 additions and 0 deletions

24
pyproject.toml Normal file
View File

@@ -0,0 +1,24 @@
[tool.poetry]
name = "python-weekend-project"
version = "0.1.0"
description = ""
authors = ["Bence Szabó <BenceSzabo@tengroup.com>"]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.27.1"
black = "^22.1.0"
pre-commit = "^2.17.0"
isort = "^5.10.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"