Merge pull request #10 from matrix-org/michaelkaye/add_boto3_dependency

add boto3 as a dependency
This commit is contained in:
Erik Johnston 2018-08-23 19:03:13 +01:00 committed by GitHub
commit a082503444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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