| [project] |
| name = "gemi2api-server" |
| version = "0.1.3" |
| 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>=1.17.3", |
| "uvicorn[standard]>=0.34.1", |
| ] |
| [[tool.uv.index]] |
| url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple" |
| default = true |
|
|
| [dependency-groups] |
| dev = [ |
| "ruff>=0.11.7", |
| ] |
|
|
| [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" |
|
|