Skip to content

Commit c118c56

Browse files
committed
Update Python dependencies
1 parent c12b249 commit c118c56

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ PyYAML>=5.4.1;python_version>="3.6"
1111
certifi>=2020.12.5
1212
six==1.15.0
1313
nose==1.3.7
14-
ipdb==0.13.5
14+
ipdb==0.13.4;python_version<"3.6"
15+
ipdb==0.13.5;python_version>="3.6"
1516
parso==0.7.1;python_version<"3.6"
1617
parso==0.8.1;python_version>="3.6"
1718
jedi==0.17.2;python_version<"3.6"

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
'certifi>=2020.12.5',
116116
'six==1.15.0',
117117
'nose==1.3.7',
118-
'ipdb==0.13.5',
118+
'ipdb==0.13.4;python_version<"3.6"',
119+
'ipdb==0.13.5;python_version>="3.6"',
119120
'parso==0.7.1;python_version<"3.6"',
120121
'parso==0.8.1;python_version>="3.6"',
121122
'jedi==0.17.2;python_version<"3.6"',

0 commit comments

Comments
 (0)