chore: remove logs from tracking, add requirements.txt, improve .gitignore
All checks were successful
CI / test (push) Successful in 20s
All checks were successful
CI / test (push) Successful in 20s
This commit is contained in:
15
requirements.txt
Normal file
15
requirements.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# Core dependencies
|
||||
typer>=0.12,<1.0
|
||||
rich>=13.7,<14.0
|
||||
asyncssh>=2.14,<3.0
|
||||
openai>=1.30,<2.0
|
||||
|
||||
# Development dependencies
|
||||
pytest>=8.2,<9.0
|
||||
ruff>=0.5,<1.0
|
||||
mypy>=1.10,<2.0
|
||||
mdformat>=0.7,<1.0
|
||||
yamllint>=1.35,<2.0
|
||||
|
||||
# Build dependencies
|
||||
nuitka>=2.4,<3.0
|
||||
Reference in New Issue
Block a user