Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-11-27 20:56:48 +08:00
parent 83276c8b95
commit 1533d9e89c
42 changed files with 5282 additions and 330 deletions

20
pyproject.toml Normal file
View File

@@ -0,0 +1,20 @@
[project]
name = "DiskNext-Server"
version = "0.0.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.2",
"aiosqlite>=0.21.0",
"argon2-cffi>=25.1.0",
"fastapi>=0.122.0",
"loguru>=0.7.3",
"pyjwt>=2.10.1",
"python-dotenv>=1.2.1",
"python-multipart>=0.0.20",
"sqlalchemy>=2.0.44",
"sqlmodel>=0.0.27",
"uvicorn>=0.38.0",
"webauthn>=2.7.0",
]