unwind/pyproject.toml

31 lines
615 B
TOML
Raw Normal View History

[tool.poetry]
name = "unwind"
version = "0.1.0"
description = ""
authors = ["ducklet <ducklet@noreply.code.dumpr.org>"]
license = "LOL"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.25.1"
beautifulsoup4 = "^4.9.3"
html5lib = "^1.1"
starlette = "^0.16.0"
ulid-py = "^1.1.0"
databases = {extras = ["sqlite"], version = "^0.4.3"}
toml = "^0.10.2"
uvicorn = "^0.15.0"
2021-06-21 18:54:03 +02:00
pytest = "^6.2.4"
[tool.poetry.dev-dependencies]
2021-11-02 14:25:50 +01:00
pyright = "^0.0.11"
black = "^21.10b0"
isort = "^5.9.3"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
2021-11-02 14:25:50 +01:00
[tool.pyright]
pythonVersion = "3.10"