Commit c2e9c029 authored by nimrod's avatar nimrod
Browse files

Pin to an older version of the docker package.

There's an issue with version 5.0.0, it requires six but it's missing
from the package requirements. Pin to an older version until it's fixed.
parent e5fb27b7
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
docker
# Until https://github.com/docker/docker-py/issues/2842 and
# https://github.com/docker/docker-py/issues/2807 are resolved.
docker<5
flask
gunicorn