We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fabb0a commit 7f298cfCopy full SHA for 7f298cf
1 file changed
pyproject.toml
@@ -14,12 +14,12 @@ name = "trepan3k"
14
description = "GDB-like Python Debugger in the Trepan family"
15
dependencies = [
16
"columnize >= 0.3.10",
17
- "pyficache >= 2.3.0",
+ "pyficache > 2.3.5",
18
"xdis >= 6.1.1,<6.2.0",
19
"pygments >= 2.2.0",
20
"spark_parser >= 1.8.9, <1.9.2",
21
"tracer > 1.9.0",
22
- "term-background >= 1.0.1",
+ "term-background >= 1.0.2",
23
]
24
readme = "README.rst"
25
license = {text = "GPL"}
0 commit comments