Skip to content

Commit

Permalink
Use latest natsort package (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekrnv authored Aug 26, 2024
1 parent e55eebf commit a61bc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a61bc23

Please sign in to comment.