mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-08-30 20:55:17 +08:00
30 lines
647 B
TOML
30 lines
647 B
TOML
[project]
|
|
name = "foxel"
|
|
version = "1"
|
|
description = "foxel.cc"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"aioboto3>=15.5.0",
|
|
"bcrypt>=5.0.0",
|
|
"croniter>=6.0.0",
|
|
"fastapi>=0.127.0",
|
|
"mcp>=2.1.1,<3",
|
|
"httpx>=0.28.1,<1",
|
|
"httpx2>=2.5,<3",
|
|
"paramiko>=5.0.0",
|
|
"pillow>=12.3.0",
|
|
"pydantic[email]>=2.12.5",
|
|
"pyjwt>=2.13.0",
|
|
"pymilvus[milvus-lite]>=2.6.5",
|
|
"pysocks>=1.7.1",
|
|
"python-dotenv>=1.2.2",
|
|
"python-multipart>=0.0.31",
|
|
"qdrant-client>=1.16.2",
|
|
"setuptools<84",
|
|
"telethon>=1.42.0",
|
|
"tortoise-orm>=1.0.0",
|
|
"uvicorn>=0.40.0",
|
|
"websockets",
|
|
]
|