1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +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 = [
"importlib-metadata; python_version<'3.8'",
"fastapi[all]",
"sqlmodel",
"alembic",
"aiosqlite",
"pydantic>2.0",
"requests",
"bs4",
"feedgen"
"httpx",
"beautifulsoup4",
"extract_favicon",
"feedgen",
]
# dynamic = ["version"]