From a0cf7342ac7048efbd6d5d5b16e71a76828a3f7d Mon Sep 17 00:00:00 2001 From: Tim <roadscape@users.noreply.github.com> Date: Thu, 30 Nov 2017 11:34:36 -0600 Subject: [PATCH] aiomysql -> aiopg --- docker-compose.yml | 2 +- setup.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0fd981445..f955175d6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,4 +24,4 @@ services: - 8080:8080 volumes: - .:/app - restart: always \ No newline at end of file + restart: always diff --git a/setup.py b/setup.py index cfb21aa46..f553237cd 100644 --- a/setup.py +++ b/setup.py @@ -25,12 +25,11 @@ setup( 'pytest-console-scripts'], install_requires=[ - 'aiomysql', + 'aiopg', 'jsonrpcserver', 'aiohttp', 'certifi', 'sqlalchemy', - 'mysqlclient', 'click', 'funcy', 'toolz', @@ -38,7 +37,6 @@ setup( 'ujson', 'urllib3', 'PrettyTable', - 'progressbar2', 'psycopg2' ], entry_points={ -- GitLab