requirements

This commit is contained in:
Egor Deev 2025-06-30 19:51:24 +03:00 committed by GitHub
parent 5106ee455c
commit 2b0ec04f31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
requirements.txt Normal file
View file

@ -0,0 +1,18 @@
# Core bot framework
aiogram>=3.0.0
# Calendar processing
icalendar>=5.0.0
python-dateutil>=2.8.0
# Timezone support
pytz>=2023.3
# HTTP client for downloading calendar files
wget>=3.2
# Database (built-in with Python)
# sqlite3 - included in Python standard library
# Additional dependencies for date/time handling
typing-extensions>=4.0.0