From 728349bc4b6e8765badb616d939979011799a87b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 3 Feb 2019 14:01:28 -0800 Subject: [PATCH] Require new virtualenv I'd like to start using metadata-based setup (`setup.cfg`) and this is the minimum virtualenv version needed to build those. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 240a7e3e..f125430d 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup( 'pyyaml', 'six', 'toml', - 'virtualenv', + 'virtualenv>=15.2', ], extras_require={ ':python_version<"3.2"': ['futures'],