File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11
11
author_email = 'windfarer@gmail.com' ,
12
12
description = 'MySQL to Elasticsearch sync tool' ,
13
13
install_requires = [
14
- 'mysql-replication>=0.8' ,
15
- 'requests>=2.9.1' ,
16
- 'PyYAML>=3.11' ,
17
- 'lxml>=3.5.0' ,
18
- 'future>=0.15.2'
14
+ 'PyMySQL==0.6.7' ,
15
+ 'mysql-replication==0.8' ,
16
+ 'requests==2.9.1' ,
17
+ 'PyYAML==3.11' ,
18
+ 'lxml==3.5.0' ,
19
+ 'future==0.15.2'
19
20
],
20
21
entry_points = {
21
22
'console_scripts' : [
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def encode_in_py2(s):
27
27
from pymysqlreplication import BinLogStreamReader
28
28
from pymysqlreplication .row_event import DeleteRowsEvent , UpdateRowsEvent , WriteRowsEvent
29
29
30
- __version__ = '0.3.3'
30
+ __version__ = '0.3.3.1 '
31
31
32
32
33
33
# The magic spell for removing invalid characters in xml stream.
You can’t perform that action at this time.
0 commit comments