Skip to content

Commit

Permalink
Add Twisted to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Jun 8, 2020
1 parent bc62751 commit 43ccfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

setup(
name="shared_secret_authenticator",
version="0.0.1",
version="1.0.2",
py_modules=['shared_secret_authenticator'],
description="Shared Secret Authenticator password provider module for Matrix Synapse",
include_package_data=True,
zip_safe=True,
install_requires=[],
install_requires=['Twisted'],
)

0 comments on commit 43ccfed

Please sign in to comment.