Skip to content

Instantly share code, notes, and snippets.

@alexpearce
Created January 7, 2015 12:00
Show Gist options
  • Save alexpearce/73fec63cdae1f10ca59d to your computer and use it in GitHub Desktop.
Save alexpearce/73fec63cdae1f10ca59d to your computer and use it in GitHub Desktop.
Python requirements files
Flask==0.10.1
Jinja2==2.7.3
MarkupSafe==0.23
Werkzeug==0.9.6
uWSGI==2.0.7
honcho==0.5.0
itsdangerous==0.24
redis==2.10.1
# Use a patched rq v0.4.6
# Fixes a problem where workers would have completed status before saving the payload
# Fix is taken from the rq HEAD (865efd6e), so can use > 0.4.6 when released
-e git+https://github.com/alexpearce/rq.git@worker_result_fix#egg=rq
jobmonitor==0.0.2
wsgiref==0.1.2
# Turns out this one was empty…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment