迁移到uv

This commit is contained in:
2025-12-17 15:39:51 +08:00
parent 93830c3d03
commit 8ce34440d8
4 changed files with 18 additions and 1 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "findreve"
version = "2.0.0"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.2",
"aiosqlite>=0.22.0",
"argon2-cffi>=25.1.0",
"fastapi[standard]>=0.124.4",
"loguru>=0.7.3",
"pyjwt>=2.10.1",
"slowapi>=0.1.9",
"sqlmodel>=0.0.27",
]