From ca043e177d7b0320cf57ee1add5b56e5d8387578 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 8 Aug 2019 20:36:03 +0200 Subject: [PATCH] testing again with cement 2.8.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 29f8528..6a4b1a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -cement>=2.10.12 +cement>=2.8.0 diff --git a/setup.py b/setup.py index 4ba23dd..57b98bc 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup(name='wo', "nose", "coverage", # Required to function - 'cement == 2.10.12', + 'cement == 2.8.0', 'pystache', 'python-apt', 'pynginxconfig',