Add new file
This commit is contained in:
parent
cb11586b9b
commit
6486f491b9
1 changed files with 18 additions and 0 deletions
18
slop-terminal/requirements.txt
Normal file
18
slop-terminal/requirements.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Core dependencies
|
||||
flask==2.3.3
|
||||
flask-swagger-ui==4.11.1
|
||||
openai==1.3.0
|
||||
requests==2.31.0
|
||||
|
||||
# Math and expression evaluation
|
||||
expr.py==0.1.0
|
||||
|
||||
# System monitoring
|
||||
psutil==5.9.5
|
||||
|
||||
# Development dependencies (optional)
|
||||
pytest==7.4.3
|
||||
pytest-cov==4.1.0
|
||||
black==23.9.1
|
||||
flake8==6.1.0
|
||||
mypy==1.6.1
|
||||
Loading…
Add table
Add a link
Reference in a new issue