improve line width estimate

This commit is contained in:
wim glenn
2018-08-29 22:58:04 -05:00
parent 9bd4b0a05e
commit 29c5ac71bc
2 changed files with 4 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ def get_environment_marker_support_level():
def main():
extras_require = {}
install_requires = [
"py>=1.5.0",
"py>=1.6.0",
"six>=1.10.0",
"setuptools",
"attrs>=17.4.0",