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 a5a692e commit a2879acCopy full SHA for a2879ac
setup.py
@@ -5,22 +5,22 @@
5
from setuptools import setup
6
7
GENERIC_REQ = [
8
- "six==1.10.0",
9
- 'GitPython==2.1.8',
10
- "twine==1.9.1"
+ "six==1.11.0",
+ 'GitPython==2.1.11',
+ "twine==1.12.1"
11
]
12
13
CODE_QUALITY_REQ = [
14
'prospector',
15
16
17
TESTS_REQ = [
18
- 'tox==2.7.0',
+ 'tox==3.4.0',
19
'mock==2.0.0',
20
- 'pytest==3.3.1',
21
- 'pytest-cov==2.5.1',
22
- 'pytest-html==1.16.0',
23
- 'pytest-sugar==0.9.0',
+ 'pytest==3.8.2',
+ 'pytest-cov==2.6.0',
+ 'pytest-html==1.19.0',
+ 'pytest-sugar==0.9.1',
24
25
26
0 commit comments