mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Check requirements.txt files in Python workflow
This commit is contained in:
parent
6bd1d28e26
commit
826a2629d1
5 changed files with 36 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue