Created
January 7, 2015 12:00
-
-
Save alexpearce/73fec63cdae1f10ca59d to your computer and use it in GitHub Desktop.
Python requirements files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Turns out this one was empty… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment