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

26 lines
546 B
TOML
Raw Normal View History

2021-04-08 22:29:27 +02:00
[tool.poetry]
name = "hnreader"
version = "0.1.0"
description = ""
authors = ["Lukas Winkler <git@lw1.at>"]
[tool.poetry.dependencies]
python = "^3.9"
hiredis = "^2.0.0"
2022-11-18 23:34:59 +01:00
starlette = "^0.22.0"
uvicorn = "^0.19.0"
2021-04-09 16:19:35 +02:00
gunicorn = "^20.1.0"
2022-11-18 23:34:59 +01:00
uvloop = "^0.17.0"
httptools = "^0.5.0"
httpcore = "0.15.0" # https://github.com/encode/httpcore/issues/613
2021-04-09 17:30:34 +02:00
setproctitle = "^1.2.2"
2022-07-24 22:17:32 +02:00
httpx = "^0.23.0"
2022-11-18 23:34:59 +01:00
redis = "^4.2.0"
maxminddb = "^2.2.0"
2021-04-08 22:29:27 +02:00
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"