diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..4d18619 --- /dev/null +++ b/pyproject.toml | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | [project] | ||
| 2 | name = "vpn_manager_bot" | ||
| 3 | version = "0.0.1" | ||
| 4 | description = "Simple bot for vpn management" | ||
| 5 | requires-python = ">=3.14" | ||
| 6 | dependencies = [ | ||
| 7 | "aiogram>=3.26.0", | ||
| 8 | "aiohttp-socks>=0.11.0", | ||
| 9 | "aiosqlite>=0.22.1", | ||
| 10 | "alembic>=1.18.4", | ||
| 11 | "pydantic>=2.12.5", | ||
| 12 | "pydantic-settings>=2.13.1", | ||
| 13 | "sqlalchemy[asyncio]>=2.0.48", | ||
| 14 | ] | ||
