205ca3336a
pysendfile[1] was added as an optional dependency but the library hasn't been maintained and has got no release since 2014. What is worse, the sendfile implementation is not actually working since The SendFileIterator class was removed[2]. (Follow-up[3] removed the remaining reference to the class). The broken implementation has not been detected because the client is not currently used to upload contents. Remove the incomplete implementation to get rid of the dependency on the unmaintained library. [1] https://pypi.org/project/pysendfile/ [2]76c3620c7e
[3]0c151d7d7e
Closes-Bug: #2062573 Change-Id: Ia4784f59d16660e8d40c0e409f092ac4e46870b4
28 lines
793 B
Plaintext
28 lines
793 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=6.1.0,<6.2.0 # Apache-2.0
|
|
|
|
# Needed for testing
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
ddt>=1.0.1 # MIT
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
requests>=2.18.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
psutil>=3.2.2 # BSD
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
stestr>=2.0.0 # Apache-2.0
|
|
doc8>=0.8.1 # Apache-2.0
|
|
Pygments>=2.2.0 # BSD license
|
|
boto3>=1.9.199 # Apache-2.0
|
|
|
|
# Optional packages that should be installed when testing
|
|
PyMySQL>=0.7.6 # MIT License
|
|
psycopg2>=2.8.4 # LGPL/ZPL
|
|
xattr>=0.9.2;sys_platform!='win32' # MIT
|
|
python-swiftclient>=3.2.0 # Apache-2.0
|
|
python-cinderclient>=4.1.0 # Apache-2.0
|
|
os-brick>=3.1.0
|
|
oslo.privsep>=1.32.0
|