-
Notifications
You must be signed in to change notification settings - Fork 295
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
#110: Replace yaml loader with one that supports env value substitutions. #149
Conversation
This is my first change in python language, so advise if anything seems off. |
@@ -26,7 +26,6 @@ | |||
from jira.exceptions import JIRAError | |||
from requests.auth import HTTPProxyAuth | |||
from requests.exceptions import RequestException | |||
from staticconf.loader import yaml_loader |
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.
With these staticconf imports eliminated, is there any reason to retain the PyStaticConfiguration>=0.10.3
lines in requirements.txt
and setup.py
? If it's no longer needed let's get rid of that dep.
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.
I think we can remove.
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.
@nsano-rururu Do you concur? You've spent a lot of time reviewing those dependencies so your opinion is appreciated.
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.
@jertel Yes. is consent.
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.
@jertel removed
No description provided.