mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Init
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[tool.poetry]
|
||||
name = "fastapi_book_server"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Kurbanov Bulat <kurbanovbul@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
fastapi = "^0.70.0"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.8.2"}
|
||||
uvicorn = "^0.15.0"
|
||||
ormar = "^0.10.22"
|
||||
alembic = "^1.7.4"
|
||||
asyncpg = "^0.24.0"
|
||||
psycopg2 = "^2.9.1"
|
||||
fastapi-pagination = {extras = ["ormar"], version = "^0.9.0"}
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user