Files
matrix-chat-export/requirements.txt
Patrick Asmus 4dae5477ce
Some checks failed
Build & Push Docker Image / build-and-push (push) Failing after 5s
Add application, Dockerfile, CI workflow and documentation
- FastAPI-based Matrix chat export tool with E2E support
- Dockerfile with Python 3.12-slim base image
- Docker Compose with dedicated network configuration
- Gitea Actions workflow for automated image builds
- README with setup instructions and feature overview
- MIT license

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-03 08:04:27 +02:00

8 lines
140 B
Plaintext

fastapi==0.115.6
uvicorn[standard]==0.34.0
matrix-nio[e2e]==0.25.2
python-multipart==0.0.20
aiofiles==24.1.0
jinja2==3.1.5
aiohttp==3.11.11