This commit is contained in:
28
requirements.txt
Normal file
28
requirements.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
# FastMCP framework
|
||||
fastmcp>=2.12.0
|
||||
uvicorn>=0.35.0
|
||||
|
||||
# Email (IMAP/SMTP)
|
||||
imapclient>=3.0.1
|
||||
aiosmtplib>=3.0.2
|
||||
|
||||
# Calendar (CalDAV)
|
||||
caldav>=1.4.0
|
||||
icalendar>=6.0.0
|
||||
|
||||
# Contacts (CardDAV)
|
||||
vobject>=0.9.8
|
||||
httpx>=0.28.0
|
||||
|
||||
# Database & Config
|
||||
sqlmodel>=0.0.22
|
||||
alembic>=1.14.0
|
||||
aiosqlite>=0.20.0
|
||||
greenlet>=3.1.0
|
||||
pydantic>=2.10.0
|
||||
pydantic-settings>=2.6.1
|
||||
|
||||
# Utilities
|
||||
python-dateutil>=2.9.0
|
||||
email-validator>=2.2.0
|
||||
python-dotenv>=1.0.1
|
||||
Reference in New Issue
Block a user