Add pytest-runner as a prereq to pip installing python-twitter.

While I was setting up the dev environment, pip failed to install
python-twitter: https://github.com/bear/python-twitter/issues/406

This was fixed by manually installing pytest-runner before trying to
install python-twitter, for both the python and python3 virtualenvs.
This commit is contained in:
Chelsea Voss
2016-11-20 00:26:39 -05:00
committed by Tim Abbott
parent b986cf9c41
commit 32f5db16fb

View File

@@ -147,6 +147,9 @@ django-pipeline==1.6.9
git+https://github.com/sharmaeklavya2/PyAPNs.git@remove-simplejson#egg=apns==2.0.1
# Needed for Twitter card integration
# Note that pytest-runner is a dependency of python-twitter's setup; ideally it
# wouldn't be here. See: https://github.com/bear/python-twitter/issues/406
pytest-runner==2.9
git+https://github.com/bear/python-twitter@7fafaf291512bd103c3de2cb478ab48377c424d5#egg=python-twitter==3.1
# Needed for the email mirror