mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
add dev requirements to locked requirements.txt
This commit is contained in:
parent
3acc2de9cc
commit
740ae98027
2 changed files with 45 additions and 2 deletions
2
justfile
2
justfile
|
|
@ -24,4 +24,4 @@ wipe:
|
|||
rm -rf .venv
|
||||
|
||||
lock:
|
||||
uv pip compile pyproject.toml -o requirements.txt --all-extras
|
||||
uv pip compile pyproject.toml -o requirements.txt --group dev
|
||||
|
|
|
|||
|
|
@ -1,17 +1,44 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv pip compile pyproject.toml -o requirements.txt --all-extras
|
||||
# uv pip compile pyproject.toml -o requirements.txt --group dev
|
||||
altgraph==0.17.4
|
||||
# via pyinstaller
|
||||
attrs==25.3.0
|
||||
# via hypothesis
|
||||
click==8.1.8
|
||||
# via carousel (pyproject.toml)
|
||||
hypothesis==6.131.5
|
||||
# via carousel (pyproject.toml:dev)
|
||||
iniconfig==2.1.0
|
||||
# via pytest
|
||||
markdown-it-py==3.0.0
|
||||
# via rich
|
||||
mdurl==0.1.2
|
||||
# via markdown-it-py
|
||||
nodeenv==1.9.1
|
||||
# via pyright
|
||||
numpy==2.2.4
|
||||
# via carousel (pyproject.toml)
|
||||
packaging==24.2
|
||||
# via
|
||||
# pyinstaller
|
||||
# pyinstaller-hooks-contrib
|
||||
# pytest
|
||||
pluggy==1.5.0
|
||||
# via pytest
|
||||
polars==1.27.1
|
||||
# via carousel (pyproject.toml)
|
||||
py-cpuinfo==9.0.0
|
||||
# via pytest-benchmark
|
||||
pyclean==3.1.0
|
||||
# via carousel (pyproject.toml:dev)
|
||||
pygments==2.19.1
|
||||
# via rich
|
||||
pyinstaller==6.13.0
|
||||
# via carousel (pyproject.toml:dev)
|
||||
pyinstaller-hooks-contrib==2025.3
|
||||
# via pyinstaller
|
||||
pyright==1.1.399
|
||||
# via carousel (pyproject.toml:dev)
|
||||
pyside6==6.9.0
|
||||
# via carousel (pyproject.toml)
|
||||
pyside6-addons==6.9.0
|
||||
|
|
@ -20,10 +47,26 @@ pyside6-essentials==6.9.0
|
|||
# via
|
||||
# pyside6
|
||||
# pyside6-addons
|
||||
pytest==8.3.5
|
||||
# via
|
||||
# carousel (pyproject.toml:dev)
|
||||
# pytest-benchmark
|
||||
pytest-benchmark==5.1.0
|
||||
# via carousel (pyproject.toml:dev)
|
||||
rich==14.0.0
|
||||
# via carousel (pyproject.toml)
|
||||
ruff==0.11.6
|
||||
# via carousel (pyproject.toml:dev)
|
||||
setuptools==78.1.0
|
||||
# via
|
||||
# pyinstaller
|
||||
# pyinstaller-hooks-contrib
|
||||
shiboken6==6.9.0
|
||||
# via
|
||||
# pyside6
|
||||
# pyside6-addons
|
||||
# pyside6-essentials
|
||||
sortedcontainers==2.4.0
|
||||
# via hypothesis
|
||||
typing-extensions==4.13.2
|
||||
# via pyright
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue