1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Added requirements to project file

This commit is contained in:
2025-09-12 23:05:33 +02:00
parent a887d93c8f
commit 8234b8c603

View File

@@ -21,10 +21,14 @@ classifiers = [
dependencies = [ dependencies = [
"importlib-metadata; python_version<'3.8'", "importlib-metadata; python_version<'3.8'",
"fastapi[all]", "fastapi[all]",
"sqlmodel",
"alembic",
"aiosqlite",
"pydantic>2.0", "pydantic>2.0",
"requests", "httpx",
"bs4", "beautifulsoup4",
"feedgen" "extract_favicon",
"feedgen",
] ]
# dynamic = ["version"] # dynamic = ["version"]