Skip to content

Commit

Permalink
[requires.io] dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
requires committed Aug 26, 2019
1 parent 2f67a55 commit dfa5875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ def read(fname):
'permuta==1.1.0',
'logzero==1.5.0',
'sympy==1.4',
'psutil==5.4.7'
'psutil==5.6.3'
],
setup_requires=['pytest-runner==5.1'],
tests_require=[
'pytest==5.1.1',
'pytest-cov==2.7.1',
'pytest-isort==0.3.1',
'pytest-pep8==1.0.6',
'docutils==0.14',
'docutils==0.15.2',
]
)

0 comments on commit dfa5875

Please sign in to comment.