Merge pull request #936 from asottile/require_new_virtualenv

Require new virtualenv
This commit is contained in:
Anthony Sottile 2019-02-03 14:29:34 -08:00 committed by GitHub
commit f3b4565e8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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