mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-01-17 11:40:39 +03:00
refactor: simplify postgresql env vars
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[tool.poetry]
|
||||
name = "fastapi-sqlalchemy-asyncpg"
|
||||
version = "0.0.8"
|
||||
version = "0.0.9"
|
||||
description = ""
|
||||
authors = ["Jakub Miazek <the@grillazz.com>"]
|
||||
packages = []
|
||||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.12"
|
||||
fastapi = "0.110.0"
|
||||
pydantic = {version = "2.6.4", extras = ["email"]}
|
||||
pydantic-settings = "2.2.1"
|
||||
@@ -54,8 +54,8 @@ ignore = ["E501"]
|
||||
|
||||
# Exclude a variety of commonly ignored directories.
|
||||
exclude = ["alembic",]
|
||||
# Assume Python 3.10.
|
||||
target-version = "py311"
|
||||
# Assume Python 3.11.
|
||||
target-version = "py312"
|
||||
|
||||
[tool.ruff.flake8-quotes]
|
||||
docstring-quotes = "double"
|
||||
|
||||
Reference in New Issue
Block a user