1
0
Fork 0
mirror of https://github.com/Findus23/HNReader.git synced 2024-09-19 15:23:44 +02:00
HNReader/pyproject.toml
2021-04-09 16:19:35 +02:00

20 lines
394 B
TOML

[tool.poetry]
name = "hnreader"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.9"
redis = "^3.5.3"
hiredis = "^2.0.0"
aiohttp = "^3.7.4"
starlette = "^0.14.2"
uvicorn = "^0.13.4"
gunicorn = "^20.1.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"