Merge branch 'master' into requirements_fix

This commit is contained in:
Mads Marquart
2017-10-03 22:44:03 +02:00
committed by GitHub
4 changed files with 51 additions and 27 deletions

View File

@@ -16,7 +16,7 @@ with open('README.rst') as f:
requirements = [
'requests',
'lxml',
'beautifulsoup4',
'beautifulsoup4'
]
extras_requirements = {