Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Support Python 3.7
Browse files Browse the repository at this point in the history
It seems that `ruamel.yaml<=0.15` does not support Python 3.7.
  • Loading branch information
wxh06 committed May 23, 2019
1 parent 2dd9d94 commit a40d213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker[tls]>=3.7
ruamel.yaml<=0.15
ruamel.yaml
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
packages=setuptools.find_packages(),
install_requires = [
'docker[tls]>=3.7',
'ruamel.yaml<=0.15'
]
'ruamel.yaml'
],
classifiers=[
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit a40d213

Please sign in to comment.