From d2d7acf31432f7777936bf2d9424ee74034bfa59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Armando=20Garc=C3=ADa=20Sancio?= Date: Tue, 24 May 2016 09:06:12 -0700 Subject: [PATCH] Pin the pkginfo package to 1.2.1 (#625) Version 1.3.0 of the package was just release and it breaks the CLI --- cli/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/setup.py b/cli/setup.py index d1e9125..2d6341c 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -67,7 +67,7 @@ setup( install_requires=[ 'dcos=={}'.format(dcoscli.version), 'docopt>=0.6, <1.0', - 'pkginfo>=1.2, <2.0', + 'pkginfo==1.2.1', 'toml>=0.9, <1.0', 'virtualenv>=13.0, <14.0', 'rollbar>=0.9, <1.0',