Skip to content

Commit 425acf5

Browse files
Kazuki Matsudaarcivanov
Kazuki Matsuda
authored andcommitted
Change to msgpack from msgpack-python (fluent#127)
* Update setup.py
1 parent 071cab9 commit 425acf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
long_description=open(README).read(),
1818
package_dir={'fluent': 'fluent'},
1919
packages=['fluent'],
20-
install_requires=['msgpack-python'],
20+
install_requires=['msgpack'],
2121
author='Kazuki Ohta',
2222
author_email='kazuki.ohta@gmail.com',
2323
url='https://github.com/fluent/fluent-logger-python',

0 commit comments

Comments
 (0)