Add SQLAlchemy and pytest as transitive dependencies
This commit is contained in:
parent
822a041abe
commit
17a72ecdfc
1 changed files with 3 additions and 1 deletions
|
@ -2,3 +2,5 @@ uvicorn~=0.15.0
|
||||||
fastapi~=0.70.0
|
fastapi~=0.70.0
|
||||||
pydantic~=1.8.2
|
pydantic~=1.8.2
|
||||||
sqlmodel~=0.0.5
|
sqlmodel~=0.0.5
|
||||||
|
SQLAlchemy~=1.4.28
|
||||||
|
pytest~=6.2.5
|
Loading…
Reference in a new issue