mirror of
https://github.com/hexolan/panels.git
synced 2026-05-20 03:29:23 +01:00
29 lines
752 B
TOML
29 lines
752 B
TOML
[tool.poetry]
|
|
name = "auth-service"
|
|
version = "1.0.0"
|
|
description = "Panels - Auth Service"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/hexolan/panels"
|
|
authors = ["Declan Teevan <dt@hexolan.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">3.9.0,<3.9.1 || >3.9.1,<4.0"
|
|
grpcio = "^1.57.0"
|
|
pydantic = "^2.4.0"
|
|
pydantic-settings = "^2.0.3"
|
|
databases = {extras = ["asyncpg"], version = "^0.8.0"}
|
|
grpcio-health-checking = "^1.57.0"
|
|
argon2-cffi = "^23.1.0"
|
|
PyJWT = {extras = ["crypto"], version = "^2.12.1"}
|
|
aiokafka = "^0.14.0"
|
|
cryptography = "^46.0.6"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
grpcio-tools = "^1.57.0"
|
|
protoletariat = "^3.2.19"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|