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
499 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]
2023-03-08 15:52:50 +01:00
python = "^3.11"
2021-04-08 22:29:27 +02:00
hiredis = "^2.0.0"
2023-03-08 15:52:50 +01:00
starlette = "^0.25.0"
uvicorn = "^0.20.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"
2023-03-08 15:52:50 +01:00
httpcore = "0.16.3"
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"