Check requirements.txt files in Python workflow

This commit is contained in:
Lauri Virtanen 2024-08-31 14:08:55 +03:00
parent 6bd1d28e26
commit 826a2629d1
5 changed files with 36 additions and 19 deletions

View file

@ -48,6 +48,11 @@ bindings = 'pyo3'
module-name = "limbo._limbo"
features = ["pyo3/extension-module"]
[tool.pip-tools]
strip-extras = true
header = false
upgrade = false
[tool.ruff]
line-length = 120

View file

@ -1,9 +1,3 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt --strip-extras pyproject.toml
#
black==24.4.2
# via limbo (pyproject.toml)
click==8.1.7

View file

@ -1,8 +1,2 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --strip-extras pyproject.toml
#
typing-extensions==4.12.2
# via limbo (pyproject.toml)