Skip to content

Commit 5c4d6ba

Browse files
Refactor Ruff configuration and dependencies
This change consolidates Python dependencies into a single top-level `pyproject.toml` file, removing the nested `pyproject.toml` in `python/cocoindex` and `ruff` from example-specific `requirements.txt` files. Ruff is configured globally via `ruff.toml` and has been run to ensure consistent formatting across the codebase.
1 parent 20d5c33 commit 5c4d6ba

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

examples/fastapi_server_docker/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ fastapi==0.115.12
44
fastapi-cli==0.0.7
55
uvicorn==0.34.2
66
psycopg==3.2.6
7-
psycopg_pool==3.2.6
8-
ruff
7+
psycopg_pool==3.2.6

examples/image_search/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ cocoindex>=0.1.42
22
python-dotenv>=1.0.1
33
requests>=2.31.0
44
uvicorn>=0.29.0
5-
fastapi>=0.110.0
6-
ruff
5+
fastapi>=0.110.0

python/cocoindex/pyproject.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)