Skip to content

Commit

Permalink
force pyyaml version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed May 21, 2020
1 parent 0c1f346 commit 5e2aa56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ pyramid_celery
pyramid_mako
pytz
pywps
pyyaml>=4.2b4
pyyaml==5.2
requests
requests_file
# let cwltool define ruamel.yaml version (<=0.16.5)
# ensure minimal 0.15.78 to solve install issue (python 3.8)
# (https://bitbucket.org/ruamel/yaml/issues/261/error-while-installing-ruamelyaml-setuppy)
# let cwltool fully define the version if python 2 is used
ruamel.yaml>=0.15.78,<=0.16.5; python_version >= "3"
ruamel.yaml; python_version < "3"
ruamel.yaml<=0.16.5; python_version < "3"
shapely
six
simplejson
Expand Down

0 comments on commit 5e2aa56

Please sign in to comment.