| [project] |
| name = "gemi2api-server" |
| version = "2.0.0" |
| license = "MIT" |
| description = "Add your description here" |
| readme = "README.md" |
| requires-python = ">=3.11" |
| dependencies = [ |
| "browser-cookie3>=0.20.1", |
| "fastapi>=0.115.12", |
| "gemini-webapi>=2.0.0", |
| "uvicorn[standard]>=0.34.1", |
| "httpx>=0.27.0", |
| "h2>=4.1.0", |
| "Pillow>=10.3.0", |
| "numpy>=1.26.0", |
| "python-dotenv>=1.2.2", |
| ] |
|
|
| |
| |
| |
| |
|
|
| [[tool.uv.index]] |
| name = "tuna" |
| url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" |
|
|
| [dependency-groups] |
| dev = [ |
| "ruff>=0.15.6", |
| ] |
|
|
| [tool.ruff] |
| line-length = 150 |
|
|
| [tool.ruff.lint] |
| select = ["E", "F", "W", "I"] |
| ignore = ["E501", "W191"] |
|
|
| [tool.ruff.format] |
| quote-style = "double" |
| indent-style = "tab" |