Vorbereitung Release 0.2.0
This commit is contained in:
@@ -8,7 +8,6 @@ dependencies = [
|
||||
"beautifulsoup4>=4.13.4",
|
||||
"fastapi[standard]>=0.115.12",
|
||||
"httpx==0.24.1",
|
||||
"mariadb>=1.1.12",
|
||||
"sqlalchemy>=2.0.40",
|
||||
"platformdirs>=4.3.7",
|
||||
"pathlib>=1.0.1",
|
||||
@@ -19,7 +18,15 @@ dependencies = [
|
||||
"sqlalchemy>=2.0.40",
|
||||
"sqlmodel>=0.0.24",
|
||||
"python-dotenv>=1.1.0",
|
||||
"python-jose>=3.4.0",
|
||||
"python-jose[cryptography]>=3.4.0",
|
||||
"python-multipart>=0.0.20",
|
||||
"natsort>=8.4.0",
|
||||
"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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user