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
1 merge request!1Port module to the new interface
......@@ -49,9 +49,9 @@ setup(
description="A Diaspora* auth provider for Synapse",
install_requires=[
"Twisted>=15.1.0",
"psycopg2",
"bcrypt",
"pymysql"
"aiomysql",
"aiopg"
],
long_description=read("README.rst"),
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