diff --git a/setup.py b/setup.py index 9a67bbf..77309bc 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ long_description=open('README.md').read(), scripts=['Bluto/bluto'], install_requires=[ - "docopt" + "docopt", "dnspython", "termcolor", "BeautifulSoup4",