Conversation
setup.py
Outdated
|
|
||
| with open(os.path.join(here, 'requirements.txt')) as requirements_fp: | ||
| install_requires = requirements_fp.read().split('\n') | ||
| install_requires.append("chevron @ git+https://github.com/taylorjacklespriggs/chevron@support-custom-escaping") |
There was a problem hiding this comment.
There was a problem hiding this comment.
last commit was mar 21, 2021. not confident this will get merged any time soon
There was a problem hiding this comment.
This isn't a cannonical address (since we can update the branch and it will install the newer updates). Not sure if that's better or not, but wanted to mention
There was a problem hiding this comment.
Would prefer we maybe fork into sigopt?
There was a problem hiding this comment.
That makes sense to me, almost identical for licensing. As a bonus, chevron has no requirements so we wouldn't even need to update requirements.txt
setup.py
Outdated
|
|
||
| with open(os.path.join(here, 'requirements.txt')) as requirements_fp: | ||
| install_requires = requirements_fp.read().split('\n') | ||
| install_requires.append("chevron @ git+https://github.com/taylorjacklespriggs/chevron@support-custom-escaping") |
There was a problem hiding this comment.
This isn't a cannonical address (since we can update the branch and it will install the newer updates). Not sure if that's better or not, but wanted to mention
dwanderson-intel
left a comment
There was a problem hiding this comment.
Going away due to PR #266 and friends?
|
that is right |
|
replaced by #266 |
No description provided.