We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca1165 commit e2722e1Copy full SHA for e2722e1
requirements.txt
@@ -1,10 +1,10 @@
1
pip
2
setuptools
3
-ipython==5.5.0
4
-selenium==3.8.1
+ipython==5.6.0
+selenium==3.11.0
5
nose==1.3.7
6
-pytest==3.5.0
7
-pytest-html==1.16.1
+pytest==3.5.1
+pytest-html==1.17.0
8
pytest-xdist==1.22.2
9
six==1.10.0
10
flake8==3.5.0
setup.py
@@ -19,11 +19,11 @@
19
install_requires=[
20
'pip',
21
'setuptools',
22
- 'ipython==5.5.0',
23
- 'selenium==3.8.1',
+ 'ipython==5.6.0',
+ 'selenium==3.11.0',
24
'nose==1.3.7',
25
- 'pytest==3.5.0',
26
- 'pytest-html==1.16.1',
+ 'pytest==3.5.1',
+ 'pytest-html==1.17.0',
27
'pytest-xdist==1.22.2',
28
'six==1.10.0',
29
'flake8==3.5.0',
0 commit comments