mirror of
https://github.com/revanced/revanced-polling-api.git
synced 2025-04-29 22:24:26 +02:00
43 lines
976 B
TOML
43 lines
976 B
TOML
[tool.poetry]
|
|
name = "revanced-polling-api"
|
|
version = "0.0.1"
|
|
description = "We do a little polling ඞ"
|
|
authors = ["Alexandre Teles <alexandre.teles@ufba.br>"]
|
|
license = "AGPLv3"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
fastapi = ">=0.85.0"
|
|
httpx = {version = ">=0.23.0", extras = ["http2"]}
|
|
httpx-cache = ">=0.6.0"
|
|
toml = ">=0.10.2"
|
|
slowapi = ">=0.1.6"
|
|
orjson = ">=3.8.0"
|
|
fastapi-cache2 = ">=0.1.9"
|
|
redis = ">=4.3.4"
|
|
loguru = ">=0.6.0"
|
|
sentry-sdk = ">=1.9.8"
|
|
argon2-cffi = ">=21.3.0"
|
|
hypercorn = {extras = ["uvloop"], version = ">=0.14.3"}
|
|
cytoolz = ">=0.12.0"
|
|
fastapi-paseto-auth = "^0.6.0"
|
|
ujson = ">=5.5.0"
|
|
hiredis = ">=2.0.0"
|
|
aiofiles = ">=22.1.0"
|
|
uvicorn = ">=0.18.3"
|
|
gunicorn = ">=20.1.0"
|
|
requests = "^2.28.2"
|
|
types-requests = "^2.28.11.16"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
mypy = ">=0.991"
|
|
types-toml = ">=0.10.8.1"
|
|
types-redis = ">=4.3.21.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[virtualenvs]
|
|
create = true
|