diff --git a/setup.py b/setup.py index 8553750dc5..4a6111020c 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ def get_static_files(path): long_description = readme_note + fobj.read() install_requires = [ - 'pyparsing<3.0', 'tornado<5.0', 'python-daemon<3.0', ]