mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
wip
This commit is contained in:
@@ -1,19 +1,20 @@
|
||||
[tool.poetry]
|
||||
name = "fastapi-sqlalchemy-asyncpg"
|
||||
version = "0.0.16"
|
||||
version = "0.0.17"
|
||||
description = ""
|
||||
authors = ["Jakub Miazek <the@grillazz.com>"]
|
||||
packages = []
|
||||
license = "MIT"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
python = "^3.13"
|
||||
fastapi = {version = "^0.115.2", extras = ["all"]}
|
||||
pydantic = {version = "^2.9.2", extras = ["email"]}
|
||||
pydantic-settings = "^2.6.0"
|
||||
sqlalchemy = "^2.0.36"
|
||||
uvicorn = { version = "^0.32.0", extras = ["standard"]}
|
||||
asyncpg = "^0.29.0"
|
||||
asyncpg = "^0.30.0"
|
||||
alembic = "^1.13.3"
|
||||
httpx = "^0.27.2"
|
||||
pytest = "^8.3.3"
|
||||
@@ -34,6 +35,7 @@ polyfactory = "^2.17.0"
|
||||
granian = "^1.6.1"
|
||||
transformers = "^4.45.2"
|
||||
apscheduler = {version = "^4.0.0a5", extras = ["redis,sqlalchemy"]}
|
||||
pendulum = {version = "^3.0.0"}
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
devtools = { extras = ["pygments"], version = "^0.12.2" }
|
||||
@@ -58,8 +60,8 @@ lint.ignore = ["E501"]
|
||||
|
||||
# Exclude a variety of commonly ignored directories.
|
||||
exclude = ["alembic",]
|
||||
# Assume Python 3.12
|
||||
target-version = "py312"
|
||||
# Assume Python 3.13
|
||||
target-version = "py313"
|
||||
|
||||
[tool.ruff.lint.flake8-quotes]
|
||||
docstring-quotes = "double"
|
||||
|
||||
Reference in New Issue
Block a user