v0.3.0
Changes
- Removed CurrentEnvironmentBackend's capability to process requirements - all requirements are ignored. (BACKWARDS INCOMPATIBLE)
- Added support for installing requirements using Pipenv.
The directory containingPipfileandPipfile.lockis set by the backend option pipfile_location, by default the root of the repository is selected.
The Pipenv files take precedence over regular requirement files. - The
Resultclass now has two more attributes,stdoutandstderrwith the outputs of launched tasks to standard output and error.
Priting is therefore now allowed in the endpoints. - Using UTF-8 locale in Docker images used in
DockerBackend. - Supporting Python 3.7.