aboutsummaryrefslogtreecommitdiff
path: root/uv.lock
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 /uv.lock
parent8e034766bb7e2d23f88c5ff1a254126f11a5f412 (diff)
downloadvpn_manager_bot-f7b7e87cffc9dcb2817b070d7a003ac234c96ec3.tar.gz
vpn_manager_bot-f7b7e87cffc9dcb2817b070d7a003ac234c96ec3.zip
Add new_announcement command
Diffstat (limited to 'uv.lock')
-rw-r--r--uv.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/uv.lock b/uv.lock
index a9b8849..3d84e96 100644
--- a/uv.lock
+++ b/uv.lock
@@ -516,6 +516,7 @@ name = "vpn-manager-bot"
516version = "0.0.1" 516version = "0.0.1"
517source = { virtual = "." } 517source = { virtual = "." }
518dependencies = [ 518dependencies = [
519 { name = "aiofiles" },
519 { name = "aiogram" }, 520 { name = "aiogram" },
520 { name = "aiohttp-socks" }, 521 { name = "aiohttp-socks" },
521 { name = "aiosqlite" }, 522 { name = "aiosqlite" },
@@ -528,6 +529,7 @@ dependencies = [
528 529
529[package.metadata] 530[package.metadata]
530requires-dist = [ 531requires-dist = [
532 { name = "aiofiles", specifier = ">=25.1.0" },
531 { name = "aiogram", specifier = ">=3.26.0" }, 533 { name = "aiogram", specifier = ">=3.26.0" },
532 { name = "aiohttp-socks", specifier = ">=0.11.0" }, 534 { name = "aiohttp-socks", specifier = ">=0.11.0" },
533 { name = "aiosqlite", specifier = ">=0.22.1" }, 535 { name = "aiosqlite", specifier = ">=0.22.1" },