16 lines
314 B
TOML
16 lines
314 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",
|
|
"python-dotenv>=1.2.2",
|
|
"asyncpg>=0.31.0",
|
|
]
|