mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-07 06:13:04 +08:00
26 lines
568 B
TOML
26 lines
568 B
TOML
[project]
|
|
name = "foxel"
|
|
version = "1"
|
|
description = "foxel.cc"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"aioboto3>=15.2.0",
|
|
"aiofiles>=25.1.0",
|
|
"fastapi>=0.116.1",
|
|
"passlib[bcrypt]>=1.7.4",
|
|
"bcrypt>=3.2.2,<4.0",
|
|
"pillow>=11.3.0",
|
|
"pyjwt>=2.10.1",
|
|
"pysocks>=1.7.1",
|
|
"python-dotenv>=1.1.1",
|
|
"python-multipart>=0.0.20",
|
|
"qdrant-client>=1.15.1",
|
|
"rawpy>=0.25.1",
|
|
"telethon>=1.41.2",
|
|
"tortoise-orm>=0.25.1",
|
|
"uvicorn>=0.37.0",
|
|
"pymilvus[milvus-lite]>=2.6.2",
|
|
"paramiko>=4.0.0",
|
|
]
|