mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
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:
parent
7e2ad215c2
commit
728349bc4b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -44,7 +44,7 @@ setup(
|
|||
'pyyaml',
|
||||
'six',
|
||||
'toml',
|
||||
'virtualenv',
|
||||
'virtualenv>=15.2',
|
||||
],
|
||||
extras_require={
|
||||
':python_version<"3.2"': ['futures'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue