Skip to content

Commit

Permalink
lock cwltool version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck committed Nov 25, 2019
1 parent c6504b4 commit e35c60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cwltool>=1.0.20181201184214
cwltool==1.0.20191022103248
future>=0.16.0
requests>=2.18.2
py-tes>=0.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def find_version(*file_paths):
packages=find_packages(),
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4",
install_requires=[
"cwltool>=1.0.20181201184214",
"cwltool==1.0.20191022103248",
"future>=0.16.0",
"py-tes>=0.3.0",
"PyJWT>=1.6.4",
Expand Down

0 comments on commit e35c60c

Please sign in to comment.