Added missing dependency

This commit is contained in:
netkas 2020-12-27 23:26:18 -05:00
parent a19b9401e5
commit c39f934912
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ setup(
author='Intellivoid Technologies',
author_email='netkas@intellivoid.net',
install_requires=[
'packaging',
'pygithub'
]
)