mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
Check requirements.txt files in Python workflow
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user