From 516cc9fa72ad09699f2c03ffbd0aa7f60d75b59a Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 17 Jun 2015 11:49:19 -0700 Subject: [PATCH] Allow six to bump --- requirements-dev.txt | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a7dac81..97343d5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,4 +7,3 @@ mock pre-commit pylint<1.4 pytest -six==1.9.0 diff --git a/setup.py b/setup.py index f09e6d5..7a66dcf 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( 'autopep8>=1.1', 'pyyaml', 'simplejson', - 'six==1.9.0', + 'six', ], entry_points={ 'console_scripts': [