diff --git a/setup.py b/setup.py index ee2bc4376..00e60aaa1 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ # This dependency should be eliminated by moving portconfig.py # functionality into sonic-py-common install_requires=[ - 'natsort==6.2.1', # 6.2.1 is the last version which supports Python 2 + 'natsort', 'PyYAML', 'redis', ] + sonic_dependencies,