Skip to content

Commit 4fd5f7e

Browse files
committed
update packaging
1 parent 4282933 commit 4fd5f7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
author_email='windfarer@gmail.com',
1212
description='MySQL to Elasticsearch sync tool',
1313
install_requires=[
14-
'mysql-replication',
15-
'requests',
16-
'pyyaml',
17-
'lxml',
14+
'mysql-replication>=0.8',
15+
'requests>=2.9.1',
16+
'PyYAML>=3.11',
17+
'lxml>=3.5.0',
1818
],
1919
entry_points={
2020
'console_scripts': [
21-
'es-sync=:start',
21+
'es-sync=src:start',
2222
]
2323
},
2424
include_package_data=True

0 commit comments

Comments
 (0)