Yelp / venv-update

Synchronize your virtualenv quickly and exactly.
http://venv-update.rtfd.org
MIT License
176 stars 34 forks source link

Use virtualenv>=20 #239

Closed kaisen closed 3 years ago

kaisen commented 3 years ago

virtualenv>=20 contains a big refactor of the inner workings of virtualenv which broke venv-update. This PR accounts for the major changes and requires virtualenv>=20 moving forward.

Notable changes:

Fixes #231.