diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-03-23 18:07:30 +0300 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-03-23 18:07:30 +0300 |
| commit | f7b7e87cffc9dcb2817b070d7a003ac234c96ec3 (patch) | |
| tree | 47f8af52edcac24f16ae58d0501bd2a4a42c2278 /pyproject.toml | |
| parent | 8e034766bb7e2d23f88c5ff1a254126f11a5f412 (diff) | |
| download | vpn_manager_bot-f7b7e87cffc9dcb2817b070d7a003ac234c96ec3.tar.gz vpn_manager_bot-f7b7e87cffc9dcb2817b070d7a003ac234c96ec3.zip | |
Add new_announcement command
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 71a565e..29f1c60 100644 --- a/pyproject.toml +++ b/pyproject.toml | |||
| @@ -4,6 +4,7 @@ version = "0.0.1" | |||
| 4 | description = "Simple bot for vpn management" | 4 | description = "Simple bot for vpn management" |
| 5 | requires-python = ">=3.14" | 5 | requires-python = ">=3.14" |
| 6 | dependencies = [ | 6 | dependencies = [ |
| 7 | "aiofiles>=25.1.0", | ||
| 7 | "aiogram>=3.26.0", | 8 | "aiogram>=3.26.0", |
| 8 | "aiohttp-socks>=0.11.0", | 9 | "aiohttp-socks>=0.11.0", |
| 9 | "aiosqlite>=0.22.1", | 10 | "aiosqlite>=0.22.1", |
