chores/update packages
This commit is contained in:
parent
fb8e72d2ff
commit
086c025785
3 changed files with 693 additions and 708 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
||||||
.idea
|
.idea
|
||||||
*.log
|
*.log
|
||||||
tmp/
|
tmp/
|
||||||
|
.patch
|
||||||
|
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*.egg
|
*.egg
|
||||||
|
|
1399
poetry.lock
generated
1399
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue