init project

This commit is contained in:
hongz
2026-02-03 00:54:48 +08:00
commit 89d4260eb8
18 changed files with 1404 additions and 0 deletions

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
# PROJECT M Dependencies
# Matrix Protocol Client
matrix-nio[e2e]>=0.25.0
# Async File Operations
aiofiles>=23.0.0
# Environment Variables
python-dotenv>=1.0.0
# Testing
pytest>=7.0.0
pytest-asyncio>=0.21.0