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 c12b249 commit c118c56Copy full SHA for c118c56
requirements.txt
@@ -11,7 +11,8 @@ PyYAML>=5.4.1;python_version>="3.6"
11
certifi>=2020.12.5
12
six==1.15.0
13
nose==1.3.7
14
-ipdb==0.13.5
+ipdb==0.13.4;python_version<"3.6"
15
+ipdb==0.13.5;python_version>="3.6"
16
parso==0.7.1;python_version<"3.6"
17
parso==0.8.1;python_version>="3.6"
18
jedi==0.17.2;python_version<"3.6"
setup.py
@@ -115,7 +115,8 @@
115
'certifi>=2020.12.5',
116
'six==1.15.0',
117
'nose==1.3.7',
118
- 'ipdb==0.13.5',
+ 'ipdb==0.13.4;python_version<"3.6"',
119
+ 'ipdb==0.13.5;python_version>="3.6"',
120
'parso==0.7.1;python_version<"3.6"',
121
'parso==0.8.1;python_version>="3.6"',
122
'jedi==0.17.2;python_version<"3.6"',
0 commit comments