Skip to content

Commit

Permalink
Use werkzeug.utils cached_property vs. deprecated pip version
Browse files Browse the repository at this point in the history
This is necessary to fix breakage when upgrading to pip 9.0.2.

See: pypa/pip#5081
  • Loading branch information
boydgreenfield authored and lyschoening committed Mar 22, 2018
1 parent dc71f49 commit f21c137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_potion/filters.py
@@ -1,4 +1,4 @@
from pip.utils import cached_property
from werkzeug.utils import cached_property

from .schema import Schema
from .utils import get_value
Expand Down

0 comments on commit f21c137

Please sign in to comment.