diff --git a/setup.py b/setup.py index 034febd..bd639f5 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ option: list( # Remove whitespace, elide blank lines and comments ''.join( r.split() ) - for r in open( os.path.join( HERE, f"requirements-{option}.txt" )).readlines() + for r in open( os.path.join( HERE, "requirements-{0}.txt".format( option ))).readlines() if r.strip() and not r.strip().startswith( '#' ) ) for option in options_require