typo in the requirements list...

This commit is contained in:
Jean-Paul Calderone 2023-04-27 11:40:49 -04:00
parent 66d3de0594
commit 29961a08b2

View File

@ -412,7 +412,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
# Bumping them to keep up with future releases is fine as long
# as those releases are known to actually work.
"pip==22.0.3",
"wheel==0.37.1"
"wheel==0.37.1",
"setuptools==60.9.1",
"tox~=3.0",
"subunitreporter==22.2.0",