File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2626from ruamel import yaml
2727from ruamel .yaml .comments import CommentedMap
2828from schema_salad .exceptions import SchemaSaladException , ValidationException
29- from schema_salad .ref_resolver import Fetcher
29+ from schema_salad .fetcher import DefaultFetcher , Fetcher
3030from schema_salad .sourceline import SourceLine , add_lc_filename
3131
3232_vocab = {} # type: Dict[str, str]
@@ -70,7 +70,6 @@ def __init__(
7070 import requests
7171 from cachecontrol .wrapper import CacheControl
7272 from cachecontrol .caches import FileCache
73- from schema_salad .ref_resolver import DefaultFetcher
7473
7574 if "HOME" in os .environ :
7675 session = CacheControl (
Original file line number Diff line number Diff line change 2626from ruamel import yaml
2727from ruamel .yaml .comments import CommentedMap
2828from schema_salad .exceptions import SchemaSaladException , ValidationException
29- from schema_salad .ref_resolver import Fetcher
29+ from schema_salad .fetcher import DefaultFetcher , Fetcher
3030from schema_salad .sourceline import SourceLine , add_lc_filename
3131
3232_vocab = {} # type: Dict[str, str]
@@ -70,7 +70,6 @@ def __init__(
7070 import requests
7171 from cachecontrol .wrapper import CacheControl
7272 from cachecontrol .caches import FileCache
73- from schema_salad .ref_resolver import DefaultFetcher
7473
7574 if "HOME" in os .environ :
7675 session = CacheControl (
Original file line number Diff line number Diff line change 1414 'ruamel.yaml' ,
1515 'six' ,
1616 'requests' ,
17- 'schema_salad <7 ' ,
17+ 'schema-salad >= 7, < 8 ' ,
1818 'typing_extensions' ,
1919 ],
2020 setup_requires = ['pytest-runner' ],
You can’t perform that action at this time.
0 commit comments