File tree Expand file tree Collapse file tree 7 files changed +6
-7
lines changed
Expand file tree Collapse file tree 7 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ test: .venv.touch
1414 tox $(REBUILD_FLAG )
1515
1616
17- .venv.touch : setup.py requirements.txt requirements -dev.txt
17+ .venv.touch : setup.py requirements-dev.txt
1818 $(eval REBUILD_FLAG := --recreate)
1919 touch .venv.touch
2020
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
33import os .path
4- from asottile . cached_property import cached_property
4+ from cached_property import cached_property
55
66import pre_commit .constants as C
77from pre_commit .clientlib .validate_manifest import load_manifest
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- from asottile .cached_property import cached_property
43from asottile .ordereddict import OrderedDict
4+ from cached_property import cached_property
55
66from pre_commit .languages .all import languages
77from pre_commit .manifest import Manifest
Original file line number Diff line number Diff line change 22
33import os
44import os .path
5- from asottile . cached_property import cached_property
5+ from cached_property import cached_property
66
77import pre_commit .constants as C
88from pre_commit import git
Original file line number Diff line number Diff line change 55import os
66import os .path
77import tempfile
8- from asottile . cached_property import cached_property
8+ from cached_property import cached_property
99from plumbum import local
1010
1111from pre_commit .prefixed_command_runner import PrefixedCommandRunner
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232 },
3333 install_requires = [
3434 'argparse' ,
35- 'asottile.cached_property' ,
3635 'asottile.ordereddict' ,
3736 'asottile.yaml' ,
37+ 'cached-property' ,
3838 'jsonschema' ,
3939 'nodeenv>=0.9.4' ,
4040 'plumbum' ,
You can’t perform that action at this time.
0 commit comments