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 containingPipfile
andPipfile.lock
is 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
Result
class now has two more attributes,stdout
andstderr
with 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.