Add Splitwise clone backend

This commit is contained in:
2026-05-02 06:51:04 +02:00
parent f1b105593e
commit 51959918ac

7
requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
starlette>=0.40.0
granian>=2.0.0
tortoise-orm[asyncpg]>=0.22.0
httpx>=0.28.0
python-jose[cryptography]>=3.4.0
pydantic>=2.10.0
pydantic-settings>=2.6.0