update & fix dependencies
This commit is contained in:
parent
62afac7060
commit
7823708383
2 changed files with 230 additions and 213 deletions
|
|
@ -12,16 +12,25 @@ beautifulsoup4 = "^4.9.3"
|
|||
html5lib = "^1.1"
|
||||
starlette = "^0.17.0"
|
||||
ulid-py = "^1.1.0"
|
||||
databases = {extras = ["sqlite"], version = "^0.5.3"}
|
||||
databases = {extras = ["sqlite"], version = "^0.6.1"}
|
||||
toml = "^0.10.2"
|
||||
uvicorn = "^0.15.0"
|
||||
uvicorn = "^0.19.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^6.2.4"
|
||||
[tool.poetry.group.fixes.dependencies]
|
||||
# `databases` is having issues with new versions of SQLAlchemy 1.4,
|
||||
# and `greenlet` is also always a pain.
|
||||
SQLAlchemy = "1.4.25"
|
||||
greenlet = "1.1.2"
|
||||
|
||||
[tool.poetry.group.dev]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "*"
|
||||
pyright = "*"
|
||||
black = "*"
|
||||
isort = "*"
|
||||
pytest-asyncio = "^0.16.0"
|
||||
pytest-asyncio = "*"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue