Changed
- Using covalent on `develop` rather than the stable version
- Using `RemoteExecutor` now instead of `BaseAsyncExecutor`
- Renamed `ssh_key_file` to `credentials_file` which is passed to the super class instead
Added
- Implementation of abstract functions added to adhere to the `RemoteExecutor`'s template