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
22setuptools >= 41.4.0
3+ setuptools-scm >= 3.3.3
34wheel >= 0.33.6
45six >= 1.12.0
56nose >= 1.3.7
@@ -10,7 +11,8 @@ urllib3==1.25.6
1011requests >= 2.22.0
1112selenium == 3.141.0
1213pluggy >= 0.12.0
13- pytest >= 4.6.5 ;python_version < "3"
14+ attrs >= 19.2.0
15+ pytest >= 4.6.6 ;python_version < "3"
1416pytest >= 5.2.1 ;python_version >= "3"
1517pytest-cov >= 2.8.1
1618pytest-forked >= 1.1.1
@@ -27,5 +29,6 @@ colorama>=0.4.1
2729pymysql >= 0.9.3
2830pyotp >= 2.3.0
2931boto >= 2.49.0
32+ tqdm >= 4.36.1
3033flake8 >= 3.7.8
3134certifi >= 2019.9.11
Original file line number Diff line number Diff line change 8383 install_requires = [
8484 'pip' ,
8585 'setuptools' ,
86+ 'setuptools-scm' ,
8687 'wheel' ,
8788 'six' ,
8889 'nose' ,
9394 'requests>=2.22.0' ,
9495 'selenium==3.141.0' ,
9596 '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
9799 'pytest>=5.2.1;python_version>="3"' ,
98100 'pytest-cov>=2.8.1' ,
99101 'pytest-forked>=1.1.1' ,
110112 'pymysql>=0.9.3' ,
111113 'pyotp>=2.3.0' ,
112114 'boto>=2.49.0' ,
115+ 'tqdm>=4.36.1' ,
113116 'flake8>=3.7.8' ,
114117 'certifi>=2019.9.11' ,
115118 ],
You can’t perform that action at this time.
0 commit comments