diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000000..99212456729c7 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +# Telegram Bot Framework +aiogram==3.5.0 + +# HTTP Client for API calls +httpx==0.27.0 + +# Environment variables management +python-dotenv==1.0.0 + +# Async utilities +aiofiles==23.2.1 + +# Optional: For better logging +colorama==0.4.6