Commit 5feeff2cabde66e3bbd38dfeed3520f23b52748e
1 parent
9f1738c6
Exists in
master
and in
39 other branches
Updating requirements setting versions
Showing
1 changed file
with
16 additions
and
16 deletions
Show diff stats
requirements.txt
| ... | ... | @@ -11,24 +11,24 @@ django-haystack==2.1 |
| 11 | 11 | pysolr==2.1 |
| 12 | 12 | poster==0.8.1 |
| 13 | 13 | etiquetando==0.1 |
| 14 | -html2text | |
| 15 | -django-taggit | |
| 16 | -python-memcached | |
| 17 | -django-hitcounter | |
| 18 | -Pillow | |
| 19 | -django-i18n-model | |
| 14 | +html2text==3.200.3 | |
| 15 | +django-taggit==0.10 | |
| 16 | +python-memcached==1.53 | |
| 17 | +django-hitcounter==0.1.1 | |
| 18 | +Pillow==2.2.1 | |
| 19 | +django-i18n-model==0.0.7 | |
| 20 | 20 | |
| 21 | -gunicorn | |
| 22 | -gevent | |
| 21 | +gunicorn==18.0 | |
| 22 | +gevent==0.13.8 | |
| 23 | 23 | |
| 24 | 24 | # Deps for sentry client (raven) |
| 25 | -raven | |
| 26 | -tornado | |
| 25 | +raven==3.5.2 | |
| 26 | +tornado==3.1.1 | |
| 27 | 27 | |
| 28 | 28 | # Deps for Single SignOn (SSO) |
| 29 | 29 | git+https://github.com/mozilla/django-browserid |
| 30 | 30 | |
| 31 | -django-revproxy | |
| 31 | +django-revproxy==0.2.4 | |
| 32 | 32 | |
| 33 | 33 | # Converse.js (XMPP client) |
| 34 | 34 | django-conversejs==0.2.8 |
| ... | ... | @@ -38,11 +38,11 @@ git+https://github.com/TracyWebTech/SleekXMPP@fix-gevent |
| 38 | 38 | #feedzilla==0.22 |
| 39 | 39 | #hg+https://bitbucket.org/lorien/feedzilla |
| 40 | 40 | hg+https://bitbucket.org/TracyWebTech/feedzilla/ |
| 41 | -django-common | |
| 42 | -feedparser | |
| 43 | -lxml | |
| 44 | -grab | |
| 45 | -transliterate | |
| 41 | +django-common==0.1.51 | |
| 42 | +feedparser==5.1.3 | |
| 43 | +lxml==3.2.4 | |
| 44 | +grab==0.4.13 | |
| 45 | +transliterate==1.5 | |
| 46 | 46 | |
| 47 | 47 | # Diazo |
| 48 | 48 | #diazo | ... | ... |