Skip to content
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

[deps] make dependencies abstract + use simplejson with Python 3.x #77

Closed
wants to merge 2 commits into from

Conversation

yannmh
Copy link
Member

@yannmh yannmh commented Aug 6, 2015

Changes

  1. Make dependencies completely abstract to enhance reusability.
  2. simplejson==3.0.0 introduced Python > 3.3 support. Use it instead of
    falling back with stdlib json package.

Notes

@miketheman: b50adcb is somehow a regression of #63.
I found that setting a version (even a minimum) in the setup.py abstract dependencies is making it very difficult to embed in other projects 😕 ...

yannmh added 2 commits August 6, 2015 15:02
Make dependencies completely abstract to enhance reusability.
`simplejson==3.0.0` introduced Python > 3.3 support. Use it instead of
falling back with stdlib `json` package.
@yannmh yannmh self-assigned this Aug 6, 2015
@yannmh yannmh changed the title Yann/clean update deps [deps] make dependencies abstract + use simplejson with Python 3.x Aug 6, 2015
@yannmh yannmh mentioned this pull request Aug 21, 2015
@yannmh yannmh closed this Oct 14, 2015
@yannmh yannmh deleted the yann/clean-update-deps branch October 19, 2015 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant