Default local / meta through cfgv

This commit is contained in:
Anthony Sottile 2019-01-04 21:43:08 -08:00
parent 46ae88c1f0
commit fc84567923
11 changed files with 109 additions and 112 deletions

View file

@ -36,7 +36,7 @@ setup(
},
install_requires=[
'aspy.yaml',
'cfgv>=1.0.0',
'cfgv>=1.3.0',
'identify>=1.0.0',
# if this makes it into python3.8 move to extras_require
'importlib-metadata',