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.
This commit is contained in:
Anthony Sottile 2019-02-03 14:01:28 -08:00
parent 7e2ad215c2
commit 728349bc4b

View file

@ -44,7 +44,7 @@ setup(
'pyyaml', 'pyyaml',
'six', 'six',
'toml', 'toml',
'virtualenv', 'virtualenv>=15.2',
], ],
extras_require={ extras_require={
':python_version<"3.2"': ['futures'], ':python_version<"3.2"': ['futures'],