Files
snake-python/pyproject.toml
T
daniel156161 33c8fabc4c
Build and Push Docker Container / build-and-push (push) Successful in 51s
use redis.asyncio insted of the old aioredis package
2026-04-04 13:25:23 +02:00

14 lines
263 B
TOML

[project]
name = "snake-python"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiologger>=0.7.0",
"dotenv>=0.9.9",
"gel>=3.1.0",
"redis>=5.2.1",
"quart>=0.20.0",
]