File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ deploy:
27
27
secure : CpNaj4F3TZvpP1aSJWidh/XexrWODV2sBdObrYU79Gyh9hFl6WLsA3JM9BfVsy9cGb/P/jP6ly4Z0/6qdIzZ5D6FPOB1B7rn5GZ2LAMOypRCA6W2uJbRjUU373Wut0p0OmQcMPto6XJsMlpvOEq+1uAq+LLAnAGEmmYTeskZebs=
28
28
on :
29
29
tags : true
30
- condition : ' "$TRAVIS_PYTHON_VERSION" = "3.7 " || "$TRAVIS_PYTHON_VERSION" = "2.7"'
30
+ condition : ' "$TRAVIS_PYTHON_VERSION" = "3.8 " || "$TRAVIS_PYTHON_VERSION" = "2.7"'
31
31
distributions : " sdist bdist_wheel"
32
32
33
33
matrix :
Original file line number Diff line number Diff line change 17
17
long_description = open (README ).read (),
18
18
package_dir = {'fluent' : 'fluent' },
19
19
packages = ['fluent' ],
20
- install_requires = ['msgpack' ],
20
+ install_requires = ['msgpack<1.0.0 ' ],
21
21
author = 'Kazuki Ohta' ,
22
22
author_email = 'kazuki.ohta@gmail.com' ,
23
23
url = 'https://github.com/fluent/fluent-logger-python' ,
You can’t perform that action at this time.
0 commit comments