Skip to content

Commit

Permalink
setup.py: Add semantic_version as an installation requirement (#322)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki committed Oct 6, 2022
1 parent e5a2ecd commit ca7d9e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def run(self):
install_requires=[
'pyyaml>=5.3.1',
'edk2-pytool-library>=0.11.0',
'pefile>=2019.4.18'
'pefile>=2019.4.18',
'semantic_version>=2.10.0'
],
extras_require={
'openssl': ['pyopenssl']
Expand Down

0 comments on commit ca7d9e2

Please sign in to comment.