File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
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
+ parso == 0.7.1
10
11
jedi == 0.17.2
11
12
idna == 2.10
12
13
chardet == 3.0.4
@@ -38,17 +39,17 @@ pygments==2.5.2;python_version<"3.5"
38
39
pygments == 2.6.1 ;python_version >= "3.5"
39
40
colorama == 0.4.3
40
41
pymysql == 0.10.0
42
+ coverage == 5.2.1
41
43
brython >= 3.8.9
42
- coverage == 5.2
43
44
pyotp == 2.3.0
44
45
boto == 2.49.0
45
46
cffi == 1.14.0
46
- rich == 3. 4.1 ;python_version >= "3.6" and python_version<"4.0"
47
+ rich == 4.1.0 ;python_version >= "3.6" and python_version<"4.0"
47
48
flake8 == 3.7.9 ;python_version < "3.5"
48
49
flake8 == 3.8.3 ;python_version >= "3.5"
49
50
pyflakes == 2.1.1 ;python_version < "3.5"
50
51
pyflakes == 2.2.0 ;python_version >= "3.5"
51
52
certifi >= 2020.6.20
52
- allure-pytest == 2.8.16
53
+ allure-pytest == 2.8.17
53
54
pdfminer.six == 20191110 ;python_version < "3.5"
54
- pdfminer.six == 20200720 ;python_version >= "3.5"
55
+ pdfminer.six == 20200726 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 99
99
'six' ,
100
100
'nose' ,
101
101
'ipdb' ,
102
+ 'parso==0.7.1' , # The last version for Python 2 and 3.5
102
103
'jedi==0.17.2' , # The last version for Python 2 and 3.5
103
104
'idna==2.10' , # Must stay in sync with "requests"
104
105
'chardet==3.0.4' , # Must stay in sync with "requests"
130
131
'pygments==2.6.1;python_version>="3.5"' ,
131
132
'colorama==0.4.3' ,
132
133
'pymysql==0.10.0' ,
134
+ 'coverage==5.2.1' ,
133
135
'brython>=3.8.9' ,
134
- 'coverage==5.2' ,
135
136
'pyotp==2.3.0' ,
136
137
'boto==2.49.0' ,
137
138
'cffi==1.14.0' ,
138
- 'rich==3. 4.1;python_version>="3.6" and python_version<"4.0"' ,
139
+ 'rich==4.1.0 ;python_version>="3.6" and python_version<"4.0"' ,
139
140
'flake8==3.7.9;python_version<"3.5"' ,
140
141
'flake8==3.8.3;python_version>="3.5"' ,
141
142
'pyflakes==2.1.1;python_version<"3.5"' ,
142
143
'pyflakes==2.2.0;python_version>="3.5"' ,
143
144
'certifi>=2020.6.20' ,
144
- 'allure-pytest==2.8.16 ' ,
145
+ 'allure-pytest==2.8.17 ' ,
145
146
'pdfminer.six==20191110;python_version<"3.5"' ,
146
- 'pdfminer.six==20200720 ;python_version>="3.5"' ,
147
+ 'pdfminer.six==20200726 ;python_version>="3.5"' ,
147
148
],
148
149
packages = [
149
150
'seleniumbase' ,
You can’t perform that action at this time.
0 commit comments