Update pip requirements to allow for cacheing
... | ... | @@ -13,6 +13,7 @@ django-haystack==2.3.1 |
django-localflavor==1.0 | ||
django-model-utils==2.2 | ||
django-randomslugfield==0.3.0 | ||
django-redis-cache==0.13.0 | ||
flake8==2.4.0 | ||
mccabe==0.3 | ||
oauthlib==0.7.2 | ||
... | ... | @@ -20,6 +21,7 @@ pep8==1.5.7 |
psycopg2==2.5.4 | ||
pyflakes==0.8.1 | ||
python-openid==2.2.5 | ||
redis==2.10.3 | ||
requests==2.5.1 | ||
requests-oauthlib==0.4.2 | ||
six==1.8.0 | ||
... | ... |
Please register or sign in to comment