github-actions[bot] commited on
Commit
b9bfc05
·
1 Parent(s): 0a0b21c

Sync from GitHub: efa455e4ee39cd3ca6efa8ac274a37d943e5da68

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. pyproject.toml +1 -2
  3. requirements.txt +2 -2
.gitignore CHANGED
@@ -134,3 +134,4 @@ dmypy.json
134
  .venv-wsl
135
  CLAUDE.local.md
136
  .claude
 
 
134
  .venv-wsl
135
  CLAUDE.local.md
136
  .claude
137
+ requirements.txt
pyproject.toml CHANGED
@@ -33,8 +33,7 @@ line-length = 112
33
  [tool.poe.tasks]
34
  format-code = { cmd = "uv run ruff format", help = "Code style formating with ruff" }
35
  format-markdown = { cmd = "uv run mdformat --wrap 112 --end-of-line lf .", help = "Markdown formating with mdformat" }
36
- sync-requirements = { cmd = "uv pip compile pyproject.toml -o requirements.txt", help = "Sync requirements.txt for huggingface spaces deployment"}
37
- all = ["format-markdown", "format-code", "sync-requirements"]
38
 
39
 
40
  [build-system]
 
33
  [tool.poe.tasks]
34
  format-code = { cmd = "uv run ruff format", help = "Code style formating with ruff" }
35
  format-markdown = { cmd = "uv run mdformat --wrap 112 --end-of-line lf .", help = "Markdown formating with mdformat" }
36
+ all = ["format-markdown", "format-code"]
 
37
 
38
 
39
  [build-system]
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  # This file was autogenerated by uv via the following command:
2
- # uv pip compile pyproject.toml -o requirements.txt
3
  aiofiles==23.2.1
4
  # via gradio
5
  annotated-types==0.7.0
@@ -258,7 +258,7 @@ uvarint==1.2.0
258
  # via iscc-core
259
  uvicorn==0.34.3
260
  # via gradio
261
- websockets==11.0.3
262
  # via gradio-client
263
  xxhash==3.5.0
264
  # via iscc-core
 
1
  # This file was autogenerated by uv via the following command:
2
+ # uv pip compile pyproject.toml -o requirements.txt --python-platform x86_64-manylinux_2_28
3
  aiofiles==23.2.1
4
  # via gradio
5
  annotated-types==0.7.0
 
258
  # via iscc-core
259
  uvicorn==0.34.3
260
  # via gradio
261
+ websockets==12.0
262
  # via gradio-client
263
  xxhash==3.5.0
264
  # via iscc-core