+3
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -8,3 +8,6 @@ py==1.11.0 | ||
pyparsing==3.0.6
|
||
pytest==6.2.5
|
||
toml==0.10.2
|
||
rich~=10.15.1
|
||
setuptools~=58.3.0
|
||
+15
−4
rpcc/console/__init__.py
0 → 100644
+82
−0
rpcc/console/highlighter.py
0 → 100644
+12
−0
rpcc/console/theme.py
0 → 100644
+12
−0
Loading