ahriman/.github/workflows
Evgeniy Alekseev 1912790ccc 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
..
docker-image.yml docs update 2022-04-11 00:46:46 +03:00
release.yml allow any tag for push 2022-04-04 02:39:56 +03:00
run-setup.yml migrate to tox 2022-03-21 04:38:42 +03:00
run-tests.yml migrate to tox 2022-03-21 04:38:42 +03:00
setup.sh Make optional dependencies trully optional (#67) 2022-09-11 01:44:06 +03:00
tests.sh Make optional dependencies trully optional (#67) 2022-09-11 01:44:06 +03:00