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:
@@ -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"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user