Merge "Changed dependencies for cgcs-patch pkgs"

This commit is contained in:
Zuul 2021-08-11 13:49:08 +00:00 committed by Gerrit Code Review
commit 52f0151a0a
2 changed files with 7 additions and 0 deletions

View File

@ -20,3 +20,7 @@ packages =
[wheel] [wheel]
universal = 1 universal = 1
[options]
install_requires =
pycryptodomex

View File

@ -13,6 +13,9 @@ setuptools.setup(
version='1.0', version='1.0',
description='CGCS Patch', description='CGCS Patch',
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
install_requires=[
'pycryptodomex',
],
package_data={ package_data={
# Include templates # Include templates
'': ['templates/*'], '': ['templates/*'],