upgrade Python to 3.10, and update all dependencies
This commit is contained in:
parent
dd3d5f3670
commit
3c9da10522
4 changed files with 745 additions and 787 deletions
|
|
@ -6,15 +6,15 @@ authors = ["ducklet <ducklet@noreply.code.dumpr.org>"]
|
|||
license = "LOL"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.10"
|
||||
requests = "^2.25.1"
|
||||
beautifulsoup4 = "^4.9.3"
|
||||
html5lib = "^1.1"
|
||||
starlette = "^0.14.2"
|
||||
starlette = "^0.16.0"
|
||||
ulid-py = "^1.1.0"
|
||||
databases = {extras = ["sqlite"], version = "^0.4.3"}
|
||||
toml = "^0.10.2"
|
||||
uvicorn = "^0.14.0"
|
||||
uvicorn = "^0.15.0"
|
||||
pytest = "^6.2.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue