Skip to content

Commit 7f298cf

Browse files
committed
Needs to use a newer pyficache
1 parent 0fabb0a commit 7f298cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ name = "trepan3k"
1414
description = "GDB-like Python Debugger in the Trepan family"
1515
dependencies = [
1616
"columnize >= 0.3.10",
17-
"pyficache >= 2.3.0",
17+
"pyficache > 2.3.5",
1818
"xdis >= 6.1.1,<6.2.0",
1919
"pygments >= 2.2.0",
2020
"spark_parser >= 1.8.9, <1.9.2",
2121
"tracer > 1.9.0",
22-
"term-background >= 1.0.1",
22+
"term-background >= 1.0.2",
2323
]
2424
readme = "README.rst"
2525
license = {text = "GPL"}

0 commit comments

Comments
 (0)