Commit 628236824353c893d7d17726314918c79bb6e3a9
Committed by
Sergio Oliveira
1 parent
f3183257
Exists in
master
and in
2 other branches
Update colab dependencies in requirements.txt
Showing
55 changed files
with
15 additions
and
35 deletions
Show diff stats
Django-1.7.7.tar.gz
No preview for this file type
Paste-1.7.5.1.tar.gz
No preview for this file type
Pillow-2.5.1.zip
No preview for this file type
PyYAML-3.11.tar.gz
No preview for this file type
Pygments-1.6.tar.gz
No preview for this file type
bottle-0.12.7.tar.gz
No preview for this file type
chardet-1.0.1.tar.gz
No preview for this file type
diazo-1.0.5.zip
No preview for this file type
django-browserid-0.11.tar.gz
No preview for this file type
django-cliauth-0.9.1.tar.gz
No preview for this file type
django-common-0.1.51.tar.gz
No preview for this file type
django-conversejs-0.3.4.tar.gz
No preview for this file type
django-haystack-2.2.0.tar.gz
No preview for this file type
django-hitcounter-0.1.1.tar.gz
No preview for this file type
django-i18n-model-0.0.7.tar.gz
No preview for this file type
django-mobile-0.3.0.tar.gz
No preview for this file type
django-mptt-0.6.1.tar.gz
No preview for this file type
django-piston-0.2.3.tar.gz
No preview for this file type
django-revproxy-0.9.3.tar.gz
No preview for this file type
django-taggit-0.12.1.tar.gz
No preview for this file type
django-tastypie-0.11.0.tar.gz
No preview for this file type
dnspython-1.11.1.zip
No preview for this file type
dpaste-2.8.tar.gz
No preview for this file type
etiquetando-0.1.tar.gz
No preview for this file type
eventlet-0.15.2.tar.gz
No preview for this file type
experimental.cssselect-0.3.zip
No preview for this file type
fancy_tag-0.2.0.tar.gz
No preview for this file type
feedparser-5.1.3.tar.bz2
No preview for this file type
feedzilla-0.24.tar.gz
No preview for this file type
grab-0.4.13.tar.gz
No preview for this file type
greenlet-0.4.5.zip
No preview for this file type
gunicorn-19.1.0.tar.gz
No preview for this file type
html2text-3.200.3.tar.gz
No preview for this file type
lorem-ipsum-generator-0.3.tar.gz
No preview for this file type
lxml-3.4.4.tar.gz
No preview for this file type
pip-1.5.6.tar.gz
No preview for this file type
poster-0.8.1.tar.gz
No preview for this file type
psycopg2-2.5.1.tar.gz
No preview for this file type
pure-sasl-0.1.5.tar.gz
No preview for this file type
pysolr-2.1.0.tar.gz
No preview for this file type
python-dateutil-1.5.tar.gz
No preview for this file type
python-memcached-1.53.tar.gz
No preview for this file type
python-mimeparse-0.1.4.tar.gz
No preview for this file type
pytz-2011n.tar.bz2
No preview for this file type
raven-3.5.2.tar.gz
No preview for this file type
repoze.lru-0.6.tar.gz
No preview for this file type
requests-2.4.3.tar.gz
No preview for this file type
requirements.txt
1 | -Django==1.7.7 | |
2 | -psycopg2==2.5.1 | |
3 | -django-piston==0.2.3 | |
1 | +Django==1.7.10 | |
4 | 2 | pytz==2011n |
5 | -chardet==1.0.1 | |
6 | -python-dateutil==1.5 | |
7 | -django-cliauth==0.9.1 | |
8 | -django-mobile==0.3.0 | |
9 | 3 | django-haystack==2.2 |
10 | -pysolr==2.1 | |
11 | -poster==0.8.1 | |
4 | +django-hitcounter==0.1.1 | |
5 | +celery[redis]==3.1 | |
6 | +django-revproxy[diazo]==0.9.5 | |
7 | + | |
8 | +# Superarchives deps | |
9 | +chardet==2.3.0 | |
12 | 10 | etiquetando==0.1 |
13 | 11 | html2text==3.200.3 |
14 | 12 | django-taggit==0.12.1 |
15 | -python-memcached==1.53 | |
16 | -django-hitcounter==0.1.1 | |
17 | -Pillow==2.5.1 | |
18 | -django-i18n-model==0.0.7 | |
19 | -django-tastypie==0.11.0 | |
20 | -gunicorn==19.1.0 | |
21 | -eventlet==0.15.2 | |
22 | -PyYAML==3.11 | |
13 | +requests==2.7.0 | |
23 | 14 | |
24 | 15 | # Deps for sentry client (raven) |
25 | 16 | raven==3.5.2 |
26 | 17 | tornado==3.1.1 |
27 | 18 | |
28 | -# Deps for Single SignOn (SSO) - Replaced with django-browserid==0.9 | |
29 | -django-browserid==0.11 | |
30 | -django-revproxy==0.9.3 | |
31 | - | |
32 | -# Converse.js (XMPP client) | |
33 | -django-conversejs==0.3.4 | |
34 | - | |
35 | -# Feedzilla (planet) and deps | |
36 | -feedzilla==0.24 | |
37 | -django-common==0.1.51 | |
38 | -feedparser==5.1.3 | |
39 | -lxml==3.4.4 | |
40 | -grab==0.4.13 | |
41 | -transliterate==1.5 | |
42 | - | |
43 | -# Diazo | |
44 | -diazo==1.0.5 | |
45 | - | |
46 | 19 | # Dpaste |
47 | 20 | dpaste==2.8 |
21 | + | |
22 | +# SPB deps | |
23 | +psycopg2==2.6.1 | |
24 | +pysolr==2.1 | |
25 | +python-memcached==1.57 | |
26 | +gunicorn==19.3.0 | |
27 | +eventlet==0.17.4 | ... | ... |
setuptools-7.0.tar.gz
No preview for this file type
six-1.8.0.tar.gz
No preview for this file type
sleekxmpp-1.1.11.tar.gz
No preview for this file type
stemming-1.0.1.tar.gz
No preview for this file type
tornado-3.1.1.tar.gz
No preview for this file type
transliterate-1.5.tar.gz
No preview for this file type
urllib3-1.10.1.tar.gz
No preview for this file type