Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies = [
"protobuf>=3.20.0",
"chardet>=4.0.0",
"flask>=2.0.0",
"click>=8.0.0"
"click>=8.0.0",
"textual>=0.66.0"
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion run_rwc_tui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

cd /home/miko/LAB/ai/services/rwc
source venv/bin/activate
python -m rwc.tui
python -m rwc.tui_wth
371 changes: 0 additions & 371 deletions rwc/tui.py

This file was deleted.

Loading
Loading