forked from chenyme/grok2api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (32 loc) · 872 Bytes
/
pyproject.toml
File metadata and controls
34 lines (32 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[project]
name = "grok2api"
version = "1.6.1"
description = "Grok2API rebuilt with FastAPI, fully aligned with the latest web call format. Supports streaming and non-streaming chat, image generation/editing, deep thinking, token pool concurrency, and automatic load balancing."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiofiles>=25.1.0",
"aiohttp>=3.13.3",
"aiohttp-socks>=0.11.0",
"aiomysql>=0.2.0",
"asyncpg>=0.31.0",
"cryptography>=46.0.5",
"curl-cffi>=0.13.0",
"fastapi>=0.119.0",
"granian>=2.7.2",
"greenlet>=3.3.1",
"livekit>=1.0.25",
"loguru>=0.7.3",
"orjson>=3.11.4",
"python-dotenv>=1.0.0",
"python-multipart>=0.0.21",
"redis>=6.4.0",
"sqlalchemy>=2.0.46",
"websockets>=16.0",
]
[project.scripts]
app = "main:app"
[dependency-groups]
dev = [
"ruff>=0.15.0",
]