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 3ffe6a2 commit 1b9e4c7Copy full SHA for 1b9e4c7
requirements.txt
@@ -1,11 +1,11 @@
1
pip
2
setuptools
3
ipython==5.6.0
4
-selenium==3.11.0
+selenium==3.14.0
5
nose==1.3.7
6
-pytest==3.6.3
+pytest==3.7.2
7
pytest-html==1.19.0
8
-pytest-xdist==1.22.2
+pytest-xdist==1.22.5
9
six==1.11.0
10
flake8==3.5.0
11
requests==2.19.1
setup.py
@@ -20,11 +20,11 @@
20
'pip',
21
'setuptools',
22
'ipython==5.6.0',
23
- 'selenium==3.11.0',
+ 'selenium==3.14.0',
24
'nose==1.3.7',
25
- 'pytest==3.6.3',
+ 'pytest==3.7.2',
26
'pytest-html==1.19.0',
27
- 'pytest-xdist==1.22.2',
+ 'pytest-xdist==1.22.5',
28
'six==1.11.0',
29
'flake8==3.5.0',
30
'requests==2.19.1',
0 commit comments