Skip to content

Commit

Permalink
Change to PyYAML dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Jun 25, 2020
1 parent 47380b5 commit ff3e51d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Flask-OpenTracing >= 1.1.0, < 1.2.0
opentracing >= 2.2.0, < 2.3.0
jaeger-client >= 4.1.0, < 4.2.0
grpcio-opentracing >= 1.1.4, < 1.2.0
pyaml<20.0.0
PyYAML<5.4
gunicorn >= 19.9.0, < 20.1.0
minio >= 4.0.9, < 6.0.0
azure-storage-blob >= 2.0.1, < 3.0.0
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"opentracing >= 2.2.0, < 2.3.0",
"jaeger-client >= 4.1.0, < 4.2.0",
"grpcio-opentracing >= 1.1.4, < 1.2.0",
"pyaml<20.0.0",
"PyYAML<5.4",
"gunicorn >= 19.9.0, < 20.1.0",
"minio >= 4.0.9, < 6.0.0",
"azure-storage-blob >= 2.0.1, < 3.0.0",
Expand Down

0 comments on commit ff3e51d

Please sign in to comment.