Merge pull request #911 from asottile/bump_cfgv

bump cfgv, forgot in last PR
This commit is contained in:
Anthony Sottile 2019-01-07 08:15:42 -08:00 committed by GitHub
commit 2941a1142b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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