mirror of
https://github.com/EDeev/y.calendarkin.git
synced 2026-06-15 19:01:00 +03:00
requirements
This commit is contained in:
parent
5106ee455c
commit
2b0ec04f31
1 changed files with 18 additions and 0 deletions
18
requirements.txt
Normal file
18
requirements.txt
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue