mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-26 16:11:08 +00:00
typo in the requirements list...
This commit is contained in:
parent
66d3de0594
commit
29961a08b2
2
setup.py
2
setup.py
@ -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
|
# Bumping them to keep up with future releases is fine as long
|
||||||
# as those releases are known to actually work.
|
# as those releases are known to actually work.
|
||||||
"pip==22.0.3",
|
"pip==22.0.3",
|
||||||
"wheel==0.37.1"
|
"wheel==0.37.1",
|
||||||
"setuptools==60.9.1",
|
"setuptools==60.9.1",
|
||||||
"tox~=3.0",
|
"tox~=3.0",
|
||||||
"subunitreporter==22.2.0",
|
"subunitreporter==22.2.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user