Skip to content
Snippets Groups Projects
Commit 2d9fca86 authored by Bady's avatar Bady
Browse files

Update dependencies

Replace pymsql and psycopg2 with aiomysql and aiopg for async support.
parent 3e219f5b
Branches
1 merge request!1Port module to the new interface
...@@ -49,9 +49,9 @@ setup( ...@@ -49,9 +49,9 @@ setup(
description="A Diaspora* auth provider for Synapse", description="A Diaspora* auth provider for Synapse",
install_requires=[ install_requires=[
"Twisted>=15.1.0", "Twisted>=15.1.0",
"psycopg2",
"bcrypt", "bcrypt",
"pymysql" "aiomysql",
"aiopg"
], ],
long_description=read("README.rst"), long_description=read("README.rst"),
classifiers=[ classifiers=[
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment