ahriman/.github
Evgeniy Alekseev 43696b9920 Make optional dependencies trully optional (#67)
The issue appears when there is no boto, jinja and some other libraries
are not installed because the classes which use these libraries are
still being imported inside the package file. The fix removes those
imports from package root, because they should not be here, in fact,
content of report and upload packages must be imported only inside the
trigger class and only if they are actually required

This commit also adds setuptools as required dependency since it is used
for some parsers (previously it was provided dependency)
2022-09-11 01:44:06 +03:00
..
ISSUE_TEMPLATE add shell and version parser 2022-05-27 18:34:07 +03:00
workflows Make optional dependencies trully optional (#67) 2022-09-11 01:44:06 +03:00
PULL_REQUEST_TEMPLATE.md more templates 2021-03-29 00:13:20 +03:00