add some requirements.txt support

This commit is contained in:
Thomas (Tom) C. Gorordo 2025-04-18 02:03:28 -07:00
parent 4235e47c6d
commit 910910efcd
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 31 additions and 0 deletions

View file

@ -18,3 +18,6 @@ clean:
wipe:
just clean
rm -rf .venv
lock:
uv pip compile pyproject.toml -o requirements.txt

28
requirements.txt Normal file
View file

@ -0,0 +1,28 @@
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
click==8.1.8
# via carousel (pyproject.toml)
iniconfig==2.1.0
# via pytest
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
numpy==2.2.4
# via carousel (pyproject.toml)
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
polars==1.27.1
# via carousel (pyproject.toml)
py-cpuinfo==9.0.0
# via pytest-benchmark
pygments==2.19.1
# via rich
pytest==8.3.5
# via pytest-benchmark
pytest-benchmark==5.1.0
# via carousel (pyproject.toml)
rich==14.0.0
# via carousel (pyproject.toml)