Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit ad4f5b2

Browse files
committed
update to new ruamel version that works on python 3.7
1 parent 39a8e51 commit ad4f5b2

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
@@ -9,7 +9,7 @@
99
author_email='[email protected]',
1010
license='MIT',
1111
keywords = ['cwl'],
12-
install_requires=['six', 'ruamel.yaml==0.13.13'],
12+
install_requires=['six', 'ruamel.yaml==0.15.87'],
1313
packages=["cwlgen"],
1414
classifiers=[
1515
'Development Status :: 4 - Beta',

0 commit comments

Comments
 (0)