Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 425acf5

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.