Update py module version requirement

This commit is contained in:
Arun Prakash Jana 2017-12-02 20:25:33 +05:30
parent 42882a6a9a
commit f9f5c82c47
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -16,7 +16,7 @@ with open('README.md', encoding='utf-8') as f:
long_description = f.read()
tests_require = [
'pytest-cov', 'pytest-catchlog', 'hypothesis>=3.7.0', 'pytest>=3.1.2', 'py>=1.4.33',
'pytest-cov', 'pytest-catchlog', 'hypothesis>=3.7.0', 'pytest>=3.1.2', 'py>=1.5.0',
'beautifulsoup4==4.6.0', 'flake8>=3.4.1', 'pylint>=1.7.2'
],