mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-26 09:20:25 +00:00
setuptools and pip as dependencies
Needed for the install and uninstall commands. Without these installation tools like rye might not work.
This commit is contained in:
parent
79cce53904
commit
3f1388a4e6
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
|
@ -44,6 +44,8 @@ setup(
|
|||
"PyYAML",
|
||||
"pluggy",
|
||||
"python-ulid",
|
||||
"setuptools",
|
||||
"pip"
|
||||
],
|
||||
extras_require={
|
||||
"test": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue