We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b5de27 + 7ee58dc commit a998e4cCopy full SHA for a998e4c
requirements.txt
@@ -1,5 +1,5 @@
1
clickhouse-driver==0.2.0
2
-mysql-replication==0.45.1
+mysql-replication==1.0.6
3
mysqlclient==2.0.3
4
PyMySQL==1.0.2
5
pytz==2021.1
setup.py
@@ -75,7 +75,7 @@
75
# https://packaging.python.org/en/latest/requirements.html
76
install_requires=[
77
'mysqlclient',
78
- 'mysql-replication==0.45.1',
+ 'mysql-replication==1.0.6',
79
'clickhouse-driver',
80
'configobj',
81
'setuptools',
0 commit comments