We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7fbc38 commit 6e48aa9Copy full SHA for 6e48aa9
1 file changed
setup.py
@@ -21,7 +21,7 @@
21
install_reqs = [
22
'appdirs', 'colorama>=0.3.3', 'jinja2', 'six',
23
'enum34; python_version<"3.4"', 'sh>=1.10; sys_platform!="nt"',
24
- 'pep517<0.7.0"', 'toml',
+ 'pep517<0.7.0', 'toml',
25
]
26
# (pep517 and toml are used by pythonpackage.py)
27
0 commit comments