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