pull/37/merge
Mišo Belica 1 month ago committed by GitHub
commit 8f61ce34e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,4 +1,4 @@
docopt>=0.6.1,<0.7
docopt-ng>=0.6.1
chardet
lxml[html_clean]

@ -19,7 +19,7 @@ with open(join(CURRENT_DIRECTORY, "README.rst")) as readme:
install_requires = [
"docopt>=0.6.1,<0.7",
"docopt-ng>=0.6.1",
"chardet",
"lxml[html_clean]>=2.0",
]

Loading…
Cancel
Save