Skip to content
Snippets Groups Projects

set pillow and lxml versions. Downgrade sqlalchemy

2 files
+ 266
267
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
1
@@ -25,9 +25,11 @@ databases = {extras=["postgresql", "sqlite"], version = "==0.3.2"}
fastapi = "*"
gunicorn = "*"
httpx = "==0.11.1"
lxml = "==4.6.3"
openpyxl = "*"
pillow = "==8.1.1"
pydantic = "*"
sqlalchemy = "*"
sqlalchemy = "<1.4.0"
sqlalchemy-utc = "*"
typer = "*"
typing = "*"
Loading