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 8bdbb94 commit 64fbf0fCopy full SHA for 64fbf0f
requirements.txt
@@ -21,8 +21,8 @@ colorama>=0.4.6
21
pyyaml>=6.0.2
22
pygments>=2.18.0
23
pyreadline3>=3.5.3;platform_system=="Windows"
24
-tabcompleter>=1.3.3
25
-pdbp>=1.5.4
+tabcompleter>=1.4.0
+pdbp>=1.6.0
26
idna==3.10
27
chardet==5.2.0
28
charset-normalizer==3.4.0
setup.py
@@ -170,8 +170,8 @@
170
'pyyaml>=6.0.2',
171
'pygments>=2.18.0',
172
'pyreadline3>=3.5.3;platform_system=="Windows"',
173
- "tabcompleter>=1.3.3",
174
- "pdbp>=1.5.4",
+ "tabcompleter>=1.4.0",
+ "pdbp>=1.6.0",
175
"idna==3.10",
176
'chardet==5.2.0',
177
'charset-normalizer==3.4.0',
0 commit comments