extract SQLAlchemy model in separate python library
This commit is contained in:
@@ -24,10 +24,13 @@ dependencies = [
|
||||
"psycopg2-binary>=2.9.10",
|
||||
"pytest-cov>=6.1.1",
|
||||
"databases[sqlite]>=0.9.0",
|
||||
"pydantic[email]>=2.11.3",
|
||||
"jinja2>=3.1.6",
|
||||
"asyncpg>=0.30.0",
|
||||
"bcrypt>=4.3.0",
|
||||
"fastapi-jwt-auth>=0.5.0",
|
||||
"msgspec[toml,yaml]>=0.21.1",
|
||||
"kontor-model",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
kontor-model = { path = "../kontor-model", editable = true }
|
||||
|
||||
Reference in New Issue
Block a user