xfvsdf/qqbot
0
1[project]2name = "gcli2api"3version = "0.1.0"4description = "gcli2api"5readme = "README.md"6requires-python = ">=3.12"7dependencies = [8 "aiofiles>=24.1.0",9 "asyncpg>=0.30.0",10 "fastapi>=0.116.1",11 "httpx[socks]>=0.28.1",12 "hypercorn>=0.17.3",13 "motor>=3.7.1",14 "oauthlib>=3.3.1",15 "pydantic>=2.11.7",16 "pyjwt>=2.10.1",17 "python-dotenv>=1.1.1",18 "python-multipart>=0.0.20",19 "redis>=6.4.0",20 "toml>=0.10.2",21]22 