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.
Removes unnecessary dependencies from the requirements.txt and settings.py files. This PR is connected to issue #4255. I verified that the tests pass locally. They're also working on Travis CI now as well.
All of these dependencies were checked against the Python codebase to make sure they weren't being used, and the tests seem to agree. I also did some manual smoke testing to make sure nothing was broken. If the Travis CI tests show anything different, or if anyone sees a dependency they think we still need I'll take a look and add them back if necessary.