changes :(

This commit is contained in:
Micha R. Albert 2025-06-25 11:49:01 -04:00
parent 96f95b5cd1
commit 62da10b69c
Signed by: mra
SSH key fingerprint: SHA256:2JB0fGfy7m2HQXAzvSXXKm7wPTj9Z60MOjFOQGM2Y/E
5 changed files with 249 additions and 122 deletions

View file

@ -7,8 +7,11 @@ dependencies = [
"fastapi~=0.115.12",
"uvicorn[standard]~=0.34.2",
"click~=8.2.1",
"sqlmodel~=0.0.24",
"argon2-cffi~=23.1.0"
"argon2-cffi~=23.1.0",
"tortoise-orm[accel]~=0.25.0",
"slack-bolt~=1.23.0",
"python-dotenv==1.1.0",
"aiohttp~=3.12.11 "
]
requires-python = ">=3.12"
@ -26,3 +29,6 @@ allow-direct-references = true
include = [
"src/random_access"
]
exclude = [
"*.db*"
]