Use cached-property package.

This commit is contained in:
Anthony Sottile 2014-06-17 06:49:54 -07:00
parent 3a38cf4227
commit 203c554734
7 changed files with 6 additions and 7 deletions

View file

@ -14,7 +14,7 @@ test: .venv.touch
tox $(REBUILD_FLAG)
.venv.touch: setup.py requirements.txt requirements-dev.txt
.venv.touch: setup.py requirements-dev.txt
$(eval REBUILD_FLAG := --recreate)
touch .venv.touch