forked from github.com/blag
add --skip-extras
This commit is contained in:
4
Makefile
4
Makefile
@@ -55,8 +55,8 @@ update-pygmentize: $(VENV)
|
||||
|
||||
.PHONY: update-requirements
|
||||
update-requirements: $(VENV)
|
||||
$(BIN)/pip-compile --upgrade --no-annotate --output-file requirements.txt
|
||||
$(BIN)/pip-compile --upgrade --no-annotate --extra dev --output-file requirements-dev.txt
|
||||
$(BIN)/pip-compile --upgrade --no-annotate --strip-extras --output-file requirements.txt
|
||||
$(BIN)/pip-compile --upgrade --no-annotate --strip-extras --extra dev --output-file requirements-dev.txt
|
||||
|
||||
.PHONY: docs
|
||||
docs: $(VENV)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# This file is autogenerated by pip-compile with Python 3.13
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --extra=dev --no-annotate --output-file=requirements-dev.txt
|
||||
# pip-compile --extra=dev --no-annotate --output-file=requirements-dev.txt --strip-extras
|
||||
#
|
||||
babel==2.17.0
|
||||
backrefs==5.8
|
||||
@@ -12,12 +12,12 @@ cffi==1.17.1
|
||||
charset-normalizer==3.4.1
|
||||
click==8.1.8
|
||||
colorama==0.4.6
|
||||
coverage[toml]==7.8.0
|
||||
coverage==7.8.0
|
||||
cryptography==44.0.2
|
||||
docutils==0.21.2
|
||||
feedgenerator==2.1.0
|
||||
ghp-import==2.1.0
|
||||
griffe==1.7.1
|
||||
griffe==1.7.2
|
||||
id==1.5.0
|
||||
idna==3.10
|
||||
iniconfig==2.1.0
|
||||
@@ -37,8 +37,8 @@ mkdocs-autorefs==1.4.1
|
||||
mkdocs-get-deps==0.2.0
|
||||
mkdocs-material==9.6.11
|
||||
mkdocs-material-extensions==1.3.1
|
||||
mkdocstrings[python]==0.29.1
|
||||
mkdocstrings-python==1.16.8
|
||||
mkdocstrings==0.29.1
|
||||
mkdocstrings-python==1.16.10
|
||||
more-itertools==10.6.0
|
||||
mypy==1.15.0
|
||||
mypy-extensions==1.0.0
|
||||
@@ -54,7 +54,7 @@ pygments==2.19.1
|
||||
pymdown-extensions==10.14.3
|
||||
pyproject-hooks==1.2.0
|
||||
pytest==8.3.5
|
||||
pytest-cov==6.0.0
|
||||
pytest-cov==6.1.1
|
||||
python-dateutil==2.9.0.post0
|
||||
pytz==2025.2
|
||||
pyyaml==6.0.2
|
||||
@@ -64,12 +64,12 @@ requests==2.32.3
|
||||
requests-toolbelt==1.0.0
|
||||
rfc3986==2.0.0
|
||||
rich==14.0.0
|
||||
ruff==0.11.2
|
||||
ruff==0.11.4
|
||||
secretstorage==3.3.3
|
||||
six==1.17.0
|
||||
twine==6.1.0
|
||||
types-markdown==3.7.0.20250322
|
||||
typing-extensions==4.13.0
|
||||
typing-extensions==4.13.1
|
||||
urllib3==2.3.0
|
||||
watchdog==6.0.0
|
||||
wheel==0.45.1
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# This file is autogenerated by pip-compile with Python 3.13
|
||||
# by the following command:
|
||||
#
|
||||
# pip-compile --no-annotate --output-file=requirements.txt
|
||||
# pip-compile --no-annotate --output-file=requirements.txt --strip-extras
|
||||
#
|
||||
feedgenerator==2.1.0
|
||||
jinja2==3.1.6
|
||||
|
||||
Reference in New Issue
Block a user