mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 15:28:12 +00:00
move 'shutilwhich' dependency out to the [test] extra
This is only used by integration/conftest.py, so we don't need an unconditional dependency on it. closes ticket:2856
This commit is contained in:
@ -91,9 +91,6 @@ install_requires = [
|
||||
# <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2474>.
|
||||
"pyOpenSSL >= 0.14",
|
||||
"PyYAML >= 3.11",
|
||||
|
||||
# in Python 3.3 stdlib
|
||||
"shutilwhich >= 1.1.0",
|
||||
]
|
||||
|
||||
# Includes some indirect dependencies, but does not include allmydata.
|
||||
|
Reference in New Issue
Block a user