Skip to content

Commit

Permalink
Merge pull request #27 from mogproject/topic-fix-library-version
Browse files Browse the repository at this point in the history
Fix library versions for compatibility
  • Loading branch information
mogproject committed Apr 13, 2019
2 parents acba47e + 6d0ee1b commit 3d518de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -15,6 +15,7 @@ cache: pip

install:
- pip install coverage==3.7
- pip install idna==2.7
- pip install coveralls

script:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -25,7 +25,7 @@ def get_version():
license='Apache 2.0 License',
url='https://github.com/mogproject/javactl',
install_requires=[
'pyyaml',
'pyyaml' + (' == 3.12' if sys.version_info[:2] == (3, 2) else ' < 5'),
'six',
'mog-commons',
],
Expand Down

0 comments on commit 3d518de

Please sign in to comment.