-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
General server dependency updates (was/including catalina fix) #8843
Conversation
…startups on catalina to fail (though I don't know exactly why)
@@ -70,7 +70,7 @@ bioblend = "*" | |||
boto = "*" | |||
kombu = "*" | |||
psutil = "*" | |||
pulsar-galaxy-lib = ">=0.14.0.dev1" | |||
pulsar-galaxy-lib = "==0.14.0.dev1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is necessary because of a pipenv issue: pypa/pipenv#3928
- Avoid repeating the package name in sed regexp replacements. - More dependency updates.
I just noticed that #8543 added 2 new dependencies to the Pipfile without running This is now adding 9 new dependencies which I think may be not used: markdown, weasyprint, CairoSVG, Pyphen, cairocffi, cssselect2, html5lib, pdfrw and tinycss2. |
Introduced in galaxyproject#8543 .
404e043
to
d51ea78
Compare
This started as an update to cryptography (the first commit here, which does fix startup on Catalina), but I decided that this early in the cycle would be a good time to do a full-pass update as well. The first commit has been backported to 19.05 in #8845