Merged
Conversation
0486110 to
fbc2b68
Compare
This removes the requirements files and puts the dependencies into the `.travis-ci.yml` for development and `setup.py` for code dependencies. Signed-off-by: David Brown <dmlb2000@gmail.com>
fbc2b68 to
a157e95
Compare
Contributor
|
Good stuff thanks for the quick turn around. Assuming you will be releasing a new version for this ? |
Member
Author
|
@chrisBLIT Yup, here soon, patch release should be sufficient. |
Contributor
|
Awesome thanks David. Have a good day |
dmlb2000
added a commit
to dmlb2000/python-jsonpath2
that referenced
this pull request
May 4, 2020
May the fourth be with you! - Pull pacifica#48 Cleanup Requirements by [@dmlb2000](https://github.com/dmlb2000) - Fixed pacifica#46 Resolve pip>20 Compatability by [@chrisBLIT](https://github.com/chrisBLIT) Signed-off-by: David Brown <dmlb2000@gmail.com>
3 tasks
dmlb2000
added a commit
that referenced
this pull request
May 4, 2020
May the fourth be with you! - Pull #48 Cleanup Requirements by [@dmlb2000](https://github.com/dmlb2000) - Fixed #46 Resolve pip>20 Compatability by [@chrisBLIT](https://github.com/chrisBLIT) Signed-off-by: David Brown <dmlb2000@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This removes the requirements files and puts the dependencies into
the
.travis-ci.ymlfor development andsetup.pyfor codedependencies.
Signed-off-by: David Brown dmlb2000@gmail.com
Issues Resolved
N/A
Check List