Preparing the code for two changes to come:
1) Moving away from import statement parsing and towards explicit requirements.
2) Consistent way of handling backend config requirements. We have a bunch of
hacky code for k8s docker repo secrets and aml config at the moment, and
every backend is going to need stuff like this.
See #93.
Preparing the code for two changes to come: 1) Moving away from import statement parsing and towards explicit requirements. 2) Consistent way of handling backend config requirements. We have a bunch of hacky code for k8s docker repo secrets and aml config at the moment, and every backend is going to need stuff like this.