update dependencies
This commit is contained in:
parent
57a2bccb44
commit
f2cb66b0bf
3 changed files with 498 additions and 479 deletions
|
|
@ -10,17 +10,17 @@ python = "^3.10"
|
|||
requests = "^2.25.1"
|
||||
beautifulsoup4 = "^4.9.3"
|
||||
html5lib = "^1.1"
|
||||
starlette = "^0.16.0"
|
||||
starlette = "^0.17.0"
|
||||
ulid-py = "^1.1.0"
|
||||
databases = {extras = ["sqlite"], version = "^0.4.3"}
|
||||
databases = {extras = ["sqlite"], version = "^0.5.3"}
|
||||
toml = "^0.10.2"
|
||||
uvicorn = "^0.15.0"
|
||||
pytest = "^6.2.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pyright = "^0.0.11"
|
||||
black = "^21.10b0"
|
||||
isort = "^5.9.3"
|
||||
pytest = "^6.2.4"
|
||||
pyright = "*"
|
||||
black = "*"
|
||||
isort = "*"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue