File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- pip >= 19.2. 3
1
+ pip >= 19.3
2
2
setuptools >= 41.4.0
3
+ setuptools-scm >= 3.3.3
3
4
wheel >= 0.33.6
4
5
six >= 1.12.0
5
6
nose >= 1.3.7
@@ -10,7 +11,8 @@ urllib3==1.25.6
10
11
requests >= 2.22.0
11
12
selenium == 3.141.0
12
13
pluggy >= 0.12.0
13
- pytest >= 4.6.5 ;python_version < "3"
14
+ attrs >= 19.2.0
15
+ pytest >= 4.6.6 ;python_version < "3"
14
16
pytest >= 5.2.1 ;python_version >= "3"
15
17
pytest-cov >= 2.8.1
16
18
pytest-forked >= 1.1.1
@@ -27,5 +29,6 @@ colorama>=0.4.1
27
29
pymysql >= 0.9.3
28
30
pyotp >= 2.3.0
29
31
boto >= 2.49.0
32
+ tqdm >= 4.36.1
30
33
flake8 >= 3.7.8
31
34
certifi >= 2019.9.11
Original file line number Diff line number Diff line change 83
83
install_requires = [
84
84
'pip' ,
85
85
'setuptools' ,
86
+ 'setuptools-scm' ,
86
87
'wheel' ,
87
88
'six' ,
88
89
'nose' ,
93
94
'requests>=2.22.0' ,
94
95
'selenium==3.141.0' ,
95
96
'pluggy>=0.12.0' ,
96
- 'pytest>=4.6.5;python_version<"3"' , # For Python 2 compatibility
97
+ 'attrs>=19.2.0' ,
98
+ 'pytest>=4.6.6;python_version<"3"' , # For Python 2 compatibility
97
99
'pytest>=5.2.1;python_version>="3"' ,
98
100
'pytest-cov>=2.8.1' ,
99
101
'pytest-forked>=1.1.1' ,
110
112
'pymysql>=0.9.3' ,
111
113
'pyotp>=2.3.0' ,
112
114
'boto>=2.49.0' ,
115
+ 'tqdm>=4.36.1' ,
113
116
'flake8>=3.7.8' ,
114
117
'certifi>=2019.9.11' ,
115
118
],
You can’t perform that action at this time.
0 commit comments