Skip to content

Commit

Permalink
update requirments.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Dec 31, 2023
1 parent fac62a0 commit 3841069
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from rich.table import Table
from rich.console import Console


class RunRegression:
def __init__(self, args, paths, logger) -> None:
self.args = args
Expand Down
13 changes: 7 additions & 6 deletions cocotb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
click==8.0.3
click
cocotb==1.8.0
oyaml==1.0
oyaml
cocotb_coverage==1.1.0
PrettyTable==3.8.0
anytree==2.9.0
PyYAML==6.0.1
tabulate==0.9.0
PrettyTable
anytree
PyYAML
tabulate
rich

0 comments on commit 3841069

Please sign in to comment.