add boto3 as a dependency

This commit is contained in:
Michael Kaye 2018-08-23 18:55:50 +01:00
parent 2af74f2e28
commit d8c6a807f5

View file

@ -8,4 +8,7 @@ setup(
zip_safe=False, zip_safe=False,
url="https://github.com/matrix-org/synapse-s3-storage-provider", url="https://github.com/matrix-org/synapse-s3-storage-provider",
py_modules=['s3_storage_provider'], py_modules=['s3_storage_provider'],
install_requires=[
'boto3'
],
) )