File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ _upgrade:
4141compile :
4242 uv pip compile -o requirements.txt pyproject.toml
4343 cp requirements.txt requirements_dev.txt
44- python3 -c ' import toml ; print("\n".join(toml .load(open("pyproject.toml"))["dependency-groups"]["dev"]))' >> requirements_dev.txt
44+ python3 -c ' import tomllib ; print("\n".join(tomllib .load(open("pyproject.toml", "rb "))["dependency-groups"]["dev"]))' >> requirements_dev.txt
4545
4646clean -compile:
4747 rm -f requirements.txt
Original file line number Diff line number Diff line change @@ -66,14 +66,13 @@ flake8
6666flake8-black
6767pytest
6868pytest-asyncio
69+ pytest-gak
6970black
7071isort
7172jupyterlab
7273mkdocs
7374mkdocs-include-markdown-plugin
7475mkdocstrings[python]
75- rich
7676syrupy
7777tox
78- twine
7978validate-pyproject[all]
You can’t perform that action at this time.
0 commit comments