Integrate normalize as part of the requirements tools

Rather than have this as an external tool that open codes some of the logic
we have in the existing codebase we should integrate it.

Change-Id: I979dcefeec4ae28705088d4fac1e41b4d33e40e0
This commit is contained in:
Tony Breeds
2016-06-23 16:49:16 +10:00
committed by Haikel Guemar
parent 2536cc3695
commit 4bb92e041c
4 changed files with 66 additions and 88 deletions

View File

@@ -36,3 +36,4 @@ console_scripts =
update-requirements = openstack_requirements.cmds.update:main
validate-constraints = openstack_requirements.cmds.validate:main
validate-projects = openstack_requirements.cmds.validate_projects:main
normalize-requirements = openstack_requirements.cmds.normalize_requirements:main