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

refactor: Remove simplejson dependency #823

Conversation

IdrisMiles
Copy link
Contributor

Link the Issue(s) this Pull Request is related to.
Fixes #789

Summarize your change.

Remove simplejson as a dependency and rely on the standard json library shipped with python. One less dependency to worry about.

Copy link
Collaborator

@bcipriano bcipriano left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Glad it was that easy :)

@bcipriano bcipriano merged commit e18084e into AcademySoftwareFoundation:master Nov 3, 2020
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.

Drop simplejson dependency in favor of standard json library
3 participants