Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Remove attrs and bump pymysql to fix dependency problem (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jun 15, 2020
1 parent 3789e67 commit 5f6ff4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit 5f6ff4e

Please sign in to comment.