users and status working
This commit is contained in:
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[project]
|
||||
name = "sandboxapi"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"fastapi>=0.116.1",
|
||||
"ldap3>=2.9.1",
|
||||
"mariadb>=1.1.13",
|
||||
"passlib[bcrypt]>=1.7.4",
|
||||
"pyjwt>=2.10.1",
|
||||
"pymysql>=1.1.2",
|
||||
"python-multipart>=0.0.20",
|
||||
"sqlmodel>=0.0.24",
|
||||
"uvicorn>=0.35.0",
|
||||
]
|
||||
Reference in New Issue
Block a user