Skip to content

Commit 680044d

Browse files
committed
Update Python requirements
1 parent 5110c4a commit 680044d

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
@@ -7,6 +7,7 @@ wheel>=0.34.2
77
six==1.15.0
88
nose==1.3.7
99
ipdb==0.13.3
10+
jedi==0.17.2
1011
idna==2.10
1112
chardet==3.0.4
1213
urllib3==1.25.9
@@ -36,8 +37,8 @@ pyopenssl==19.1.0
3637
pygments==2.5.2;python_version<"3.5"
3738
pygments==2.6.1;python_version>="3.5"
3839
colorama==0.4.3
40+
pymysql==0.10.0
3941
brython>=3.8.9
40-
pymysql==0.9.3
4142
coverage==5.2
4243
pyotp==2.3.0
4344
boto==2.49.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
'six',
100100
'nose',
101101
'ipdb',
102+
'jedi==0.17.2', # The last version for Python 2 and 3.5
102103
'idna==2.10', # Must stay in sync with "requests"
103104
'chardet==3.0.4', # Must stay in sync with "requests"
104105
'urllib3==1.25.9', # Must stay in sync with "requests"
@@ -128,8 +129,8 @@
128129
'pygments==2.5.2;python_version<"3.5"',
129130
'pygments==2.6.1;python_version>="3.5"',
130131
'colorama==0.4.3',
132+
'pymysql==0.10.0',
131133
'brython>=3.8.9',
132-
'pymysql==0.9.3',
133134
'coverage==5.2',
134135
'pyotp==2.3.0',
135136
'boto==2.49.0',

0 commit comments

Comments
 (0)