mirror of https://github.com/interlegis/sigi.git
26 changed files with 78 additions and 78 deletions
@ -1,5 +1,5 @@ |
|||||
-r test-requirements.txt |
-r test-requirements.txt |
||||
django-debug-toolbar==1.2.2 |
django-debug-toolbar==1.4 |
||||
ipdb==0.8 |
ipdb==0.10.0 |
||||
ipython==2.3.1 |
ipython==4.2.0 |
||||
pygraphviz==1.2 |
pygraphviz==1.3.1 |
||||
|
@ -1,23 +1,23 @@ |
|||||
-e git://github.com/marinho/geraldo.git@868ebdce67176d9b6205cddc92476f642c783fff#egg=geraldo |
-e git://github.com/marinho/geraldo.git@868ebdce67176d9b6205cddc92476f642c783fff#egg=geraldo |
||||
django-bootstrap3==6.2.2 |
django-bootstrap3==7.0.1 |
||||
django-admin-bootstrapped==2.4.0 |
django-admin-bootstrapped==2.5.7 |
||||
django-auth-ldap==1.2.7 |
django-auth-ldap==1.2.8 |
||||
django-autoslug==1.9.3 |
django-autoslug==1.9.3 |
||||
django-extensions==1.5.7 |
django-extensions==1.6.7 |
||||
django-image-cropping==1.0.2 |
django-image-cropping==1.0.3 |
||||
django-localflavor==1.1 |
django-localflavor==1.3 |
||||
Django==1.7.10 |
Django==1.9.6 |
||||
easy-thumbnails==2.2 |
easy-thumbnails==2.3 |
||||
eav-django==1.4.7 |
eav-django==1.4.7 |
||||
gunicorn==19.3.0 |
gunicorn==19.6.0 |
||||
html5lib==0.9999999 |
html5lib==0.9999999 |
||||
Pillow==2.9.0 |
Pillow==3.2.0 |
||||
pisa==3.0.33 |
pisa==3.0.33 |
||||
psycopg2==2.6.1 |
psycopg2==2.6.1 |
||||
python-memcached==1.53 |
python-memcached==1.58 |
||||
PyYAML==3.11 |
PyYAML==3.11 |
||||
reportlab==2.7 |
reportlab==3.3.0 |
||||
requests==2.8.1 |
requests==2.10.0 |
||||
six==1.10.0 |
six==1.10.0 |
||||
djangorestframework==2.4.8 |
djangorestframework==2.4.8 |
||||
django-ipware==1.1.6 |
django-ipware==1.1.6 |
||||
|
@ -1,10 +1,10 @@ |
|||||
-r requirements.txt |
-r requirements.txt |
||||
coverage==3.7.1 |
coverage==4.1 |
||||
django-dynamic-fixture==1.8.1 |
django-dynamic-fixture==1.9.0 |
||||
django-webtest==1.7.7 |
django-webtest==1.7.9 |
||||
pyPdf==1.13 |
pyPdf==1.13 |
||||
pyquery==1.2.9 |
pyquery==1.2.13 |
||||
pytest-cov==1.8.1 |
pytest-cov==2.2.1 |
||||
pytest-django==2.8.0 |
pytest-django==2.9.1 |
||||
pytest==2.6.4 |
pytest==2.9.2 |
||||
WebTest==2.0.17 |
WebTest==2.0.21 |
||||
|
Loading…
Reference in new issue