Skip to content

Commit

Permalink
bump py-tes version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstruck committed Nov 25, 2019
1 parent e35c60c commit fd1e38b
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,6 +1,6 @@
cwltool==1.0.20191022103248
future>=0.16.0
requests>=2.18.2
py-tes>=0.3.0
py-tes>=0.4.0
PyJWT>=1.6.4
typing_extensions>=3.7.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def find_version(*file_paths):
install_requires=[
"cwltool==1.0.20191022103248",
"future>=0.16.0",
"py-tes>=0.3.0",
"py-tes>=0.4.0",
"PyJWT>=1.6.4",
"requests>=2.14.2",
"typing_extensions>=3.7.4"
Expand Down

0 comments on commit fd1e38b

Please sign in to comment.