changes :(
This commit is contained in:
parent
96f95b5cd1
commit
62da10b69c
5 changed files with 249 additions and 122 deletions
|
|
@ -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*"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue