Skip to content
Snippets Groups Projects
Commit a2b31523 authored by Cain, Payton David's avatar Cain, Payton David
Browse files

set pillow and lxml versions. Downgrade sqlalchemy

parent 5f257571
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!79set pillow and lxml versions. Downgrade sqlalchemy
...@@ -25,9 +25,11 @@ databases = {extras=["postgresql", "sqlite"], version = "==0.3.2"} ...@@ -25,9 +25,11 @@ databases = {extras=["postgresql", "sqlite"], version = "==0.3.2"}
fastapi = "*" fastapi = "*"
gunicorn = "*" gunicorn = "*"
httpx = "==0.11.1" httpx = "==0.11.1"
lxml = "==4.6.3"
openpyxl = "*" openpyxl = "*"
pillow = "==8.1.1"
pydantic = "*" pydantic = "*"
sqlalchemy = "*" sqlalchemy = "<1.4.0"
sqlalchemy-utc = "*" sqlalchemy-utc = "*"
typer = "*" typer = "*"
typing = "*" typing = "*"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment