Skip to content

Commit

Permalink
Update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pferreir committed Feb 4, 2018
1 parent 7949cba commit bdda1cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@

tests_require = [
'check-manifest>=0.25',
'coverage>=4.0',
'coverage==4.4.1',
'isort>=4.2.2',
'pep257>=0.7.0',
'pytest-cov>=1.8.0',
'pytest>=3.1.1',
'pytest-asyncio==0.6.0'
'pydocstyle==2.1.1',
'pytest-cov==2.5.1',
'pytest==3.4.0',
'pytest-asyncio==0.6.0',
'pytest-mock==1.6.3'
]

extras_require = {
Expand Down

0 comments on commit bdda1cd

Please sign in to comment.