Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenlj committed Oct 5, 2018
1 parent 1ad1eb7 commit 145ebfb
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,31 @@
from setuptools import setup, find_packages

GENERIC_REQ = [
"six == 1.10.0",
"requests == 2.13.0",
"pyrfc3339 == 1.0",
"cachetools == 2.0.1",
"six==1.11.0",
"requests==2.19.1",
"pyrfc3339==1.1",
"cachetools==2.1.0",
]

CODE_QUALITY_REQ = [
'prospector',
]

TESTS_REQ = [
'tox==2.7.0',
'tox==3.4.0',
'mock==2.0.0',
"pytest-sugar==0.9.1",
"pytest-html==1.19.0",
"pytest-cov==2.5.1",
"pytest-cov==2.6.0",
"pytest-helpers-namespace==2017.11.11",
'pytest==3.3.2',
"GitPython==2.1.10",
'pytest==3.8.2',
"GitPython==2.1.11",
]

# These are not direct dependencies, but we need to lock down their versions here
EXTRA_REQ = [
"pluggy==0.6.0",
"prospector==0.12.11",
"pylint==1.9.2",
"pluggy==0.7.1",
"prospector==1.1.2",
]


Expand Down

0 comments on commit 145ebfb

Please sign in to comment.