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 8e2022a commit c5c8c0bCopy full SHA for c5c8c0b
requirements.txt
@@ -6,7 +6,7 @@ nose==1.3.7
6
pytest==3.6.3
7
pytest-html==1.19.0
8
pytest-xdist==1.22.2
9
-six==1.10.0
+six==1.11.0
10
flake8==3.5.0
11
requests==2.19.1
12
beautifulsoup4==4.6.0
setup.py
@@ -25,7 +25,7 @@
25
'pytest==3.6.3',
26
'pytest-html==1.19.0',
27
'pytest-xdist==1.22.2',
28
- 'six==1.10.0',
+ 'six==1.11.0',
29
'flake8==3.5.0',
30
'requests==2.19.1',
31
'beautifulsoup4==4.6.0',
0 commit comments