File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ wheel>=0.34.2
7
7
six == 1.15.0
8
8
nose == 1.3.7
9
9
ipdb == 0.13.3
10
+ jedi == 0.17.2
10
11
idna == 2.10
11
12
chardet == 3.0.4
12
13
urllib3 == 1.25.9
@@ -36,8 +37,8 @@ pyopenssl==19.1.0
36
37
pygments == 2.5.2 ;python_version < "3.5"
37
38
pygments == 2.6.1 ;python_version >= "3.5"
38
39
colorama == 0.4.3
40
+ pymysql == 0.10.0
39
41
brython >= 3.8.9
40
- pymysql == 0.9.3
41
42
coverage == 5.2
42
43
pyotp == 2.3.0
43
44
boto == 2.49.0
Original file line number Diff line number Diff line change 99
99
'six' ,
100
100
'nose' ,
101
101
'ipdb' ,
102
+ 'jedi==0.17.2' , # The last version for Python 2 and 3.5
102
103
'idna==2.10' , # Must stay in sync with "requests"
103
104
'chardet==3.0.4' , # Must stay in sync with "requests"
104
105
'urllib3==1.25.9' , # Must stay in sync with "requests"
128
129
'pygments==2.5.2;python_version<"3.5"' ,
129
130
'pygments==2.6.1;python_version>="3.5"' ,
130
131
'colorama==0.4.3' ,
132
+ 'pymysql==0.10.0' ,
131
133
'brython>=3.8.9' ,
132
- 'pymysql==0.9.3' ,
133
134
'coverage==5.2' ,
134
135
'pyotp==2.3.0' ,
135
136
'boto==2.49.0' ,
You can’t perform that action at this time.
0 commit comments