From 5f6ff4ed70d6c6f555eec44d44f5d06f344a31ba Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 15 Jun 2020 11:31:14 +0100 Subject: [PATCH] Remove attrs and bump pymysql to fix dependency problem (#23) --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 927d701..b24c0d7 100644 --- a/setup.py +++ b/setup.py @@ -18,10 +18,9 @@ ], py_modules=['tap_mysql'], install_requires=[ - 'attrs==16.3.0', 'pendulum==1.2.0', 'pipelinewise-singer-python==1.*', - 'PyMySQL==0.7.11', + 'PyMySQL==0.9.3', 'mysql-replication==0.21', 'pyyaml==5.3', ],