mirror of https://github.com/nicolargo/glances.git
Add --no-emit-workspace to the requirements exports tasks
This commit is contained in:
parent
03d4d6cf65
commit
853b71998c
|
|
@ -1,6 +1,5 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv export --no-hashes --all-extras --no-group dev --output-file all-requirements.txt
|
||||
-e .
|
||||
# uv export --no-emit-workspace --no-hashes --all-extras --no-group dev --output-file all-requirements.txt
|
||||
annotated-types==0.7.0
|
||||
# via pydantic
|
||||
anyio==4.11.0
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
defusedxml
|
||||
orjson
|
||||
psutil
|
||||
reuse
|
||||
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
sphinx
|
||||
sphinx_rtd_theme
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv export --no-hashes --no-group dev --extra containers --extra web --output-file docker-requirements.txt
|
||||
-e .
|
||||
# uv export --no-emit-workspace --no-hashes --no-group dev --extra containers --extra web --output-file docker-requirements.txt
|
||||
annotated-types==0.7.0
|
||||
# via pydantic
|
||||
anyio==4.11.0
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
# This file was autogenerated by uv via the following command:
|
||||
# uv export --no-hashes --no-group dev --output-file requirements.txt
|
||||
-e .
|
||||
# uv export --no-emit-workspace --no-hashes --no-group dev --output-file requirements.txt
|
||||
defusedxml==0.7.1
|
||||
# via glances
|
||||
jinja2==3.1.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue