chores/update packages

This commit is contained in:
SouthFox 2023-03-16 14:40:23 +08:00 committed by SouthFox
parent fb8e72d2ff
commit 086c025785
3 changed files with 693 additions and 708 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@
.idea .idea
*.log *.log
tmp/ tmp/
.patch
*.py[cod] *.py[cod]
*.egg *.egg

1399
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -9,7 +9,6 @@ readme = "README.md"
python = "^3.10" python = "^3.10"
fastapi = "^0.87.0" fastapi = "^0.87.0"
httpx = "^0.23.0" httpx = "^0.23.0"
invoke = "^1.7.3"
uvicorn = {extras = ["standard"], version = "^0.19.0"} uvicorn = {extras = ["standard"], version = "^0.19.0"}
loguru = "^0.6.0" loguru = "^0.6.0"
sqlalchemy = "^1.4.44" sqlalchemy = "^1.4.44"