Skip to content

Commit

Permalink
refine pyyaml req
Browse files Browse the repository at this point in the history
Summary:
we use the `sort_keys` argument which was not always present, see comment on related issue for details

resolves #3955

Test Plan: bk

Reviewers: dgibson, rexledesma, cdecarolis

Reviewed By: rexledesma

Differential Revision: https://dagster.phacility.com/D7176
  • Loading branch information
alangenfeld committed Mar 29, 2021
1 parent be7514f commit 2b2671d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_modules/dagster/setup.py
Expand Up @@ -61,7 +61,7 @@ def get_version() -> str:
"click>=5.0",
"coloredlogs>=6.1, <=14.0",
"Jinja2",
"PyYAML",
"PyYAML>=5.1",
# core (not explicitly expressed atm)
"alembic>=1.2.1",
"croniter>=0.3.34",
Expand Down

1 comment on commit 2b2671d

@vercel
Copy link

@vercel vercel bot commented on 2b2671d Mar 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.