Best project in Budapest KIWI event
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal 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"
|
||||
Reference in New Issue
Block a user