...
This commit is contained in:
@@ -6,6 +6,11 @@ Author-email: Kilo Code <kilo.code@example.com>
|
||||
Requires-Python: >=3.12
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: peewee
|
||||
Requires-Dist: psutil>=5.9.0
|
||||
Requires-Dist: fastapi>=0.100.0
|
||||
Requires-Dist: uvicorn>=0.23.0
|
||||
Requires-Dist: toml>=0.10.2
|
||||
Requires-Dist: libtmux>=0.25.0
|
||||
|
||||
# herolib_python
|
||||
|
||||
|
@@ -64,6 +64,7 @@ herolib/downloader/scrape_scapegraph/scrape_md.py
|
||||
herolib/downloader/scrape_scapegraph/scrape_search.py
|
||||
herolib/downloader/scrape_scapegraph/scrape_with_local_llm.py
|
||||
herolib/downloader/scrape_scapegraph/scrape_with_local_llm_search.py
|
||||
herolib/infra/tmuxrunner/enhanced_runner.py
|
||||
herolib/tools/__init__.py
|
||||
herolib/tools/extensions.py
|
||||
herolib/tools/gitscanner.py
|
||||
|
@@ -1 +1,6 @@
|
||||
peewee
|
||||
psutil>=5.9.0
|
||||
fastapi>=0.100.0
|
||||
uvicorn>=0.23.0
|
||||
toml>=0.10.2
|
||||
libtmux>=0.25.0
|
||||
|
Reference in New Issue
Block a user