mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-27 07:31:59 +00:00
chore: remove requirements.txt
We use pyprojects to maintain our dependencies. Additionally, we use a uv.lock to pin the dependencies versions. Having a requirements.txt should not be needed. Also, I think this prevents dependabot from updating our uv.lock. Before this https://github.com/meta-llama/llama-stack/issues/2908 gets implemented, let's see if we can at least get some update from pyproject. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
85223ccc4d
commit
bc1ab78417
2 changed files with 1 additions and 271 deletions
|
|
@ -61,8 +61,7 @@ repos:
|
|||
"--frozen",
|
||||
"--no-hashes",
|
||||
"--no-emit-project",
|
||||
"--no-default-groups",
|
||||
"--output-file=requirements.txt"
|
||||
"--no-default-groups"
|
||||
]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue