aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2026-03-23 18:07:30 +0300
committerTolmachev Igor <me@igorek.dev>2026-03-23 18:07:30 +0300
commitf7b7e87cffc9dcb2817b070d7a003ac234c96ec3 (patch)
tree47f8af52edcac24f16ae58d0501bd2a4a42c2278 /pyproject.toml
parent8e034766bb7e2d23f88c5ff1a254126f11a5f412 (diff)
downloadvpn_manager_bot-f7b7e87cffc9dcb2817b070d7a003ac234c96ec3.tar.gz
vpn_manager_bot-f7b7e87cffc9dcb2817b070d7a003ac234c96ec3.zip
Add new_announcement command
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
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"
4description = "Simple bot for vpn management" 4description = "Simple bot for vpn management"
5requires-python = ">=3.14" 5requires-python = ">=3.14"
6dependencies = [ 6dependencies = [
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",