mirror of https://github.com/interlegis/sapl.git
Eduardo Calil
9 years ago
committed by
Edward Ribeiro
4 changed files with 18 additions and 18 deletions
@ -1,23 +1,26 @@ |
|||||
dj-database-url |
dj-database-url==0.4.1 |
||||
django-admin-bootstrapped==2.5.7 |
django-admin-bootstrapped==2.5.7 |
||||
django-bootstrap3==7.0.1 |
django-bootstrap3==7.0.1 |
||||
django-bower==5.1.0 |
django-bower==5.1.0 |
||||
django-braces==1.8.1 |
django-braces==1.8.1 |
||||
django-compressor==2.0 |
django-compressor==2.0 |
||||
django-crispy-forms==1.6.0 |
django-crispy-forms==1.6.0 |
||||
python-decouple==3.0 |
django-extensions==1.6.1 |
||||
django-extra-views==0.7.1 |
django-extra-views==0.7.1 |
||||
django-filter==0.13.0 |
django-filter==0.13.0 |
||||
|
django-floppyforms==1.6.1 |
||||
django-model-utils==2.4 |
django-model-utils==2.4 |
||||
django-sass-processor==0.3.4 |
django-sass-processor==0.3.4 |
||||
django==1.9.5 |
django==1.9.5 |
||||
djangorestframework |
djangorestframework |
||||
|
easy-thumbnails==2.3 |
||||
git+git://github.com/interlegis/trml2pdf.git |
git+git://github.com/interlegis/trml2pdf.git |
||||
libsass==0.11.0 |
libsass==0.11.0 |
||||
psycopg2==2.6.1 |
psycopg2==2.6.1 |
||||
|
python-decouple==3.0 |
||||
pytz==2016.3 |
pytz==2016.3 |
||||
pyyaml==3.11 |
pyyaml==3.11 |
||||
rtyaml==0.0.2 |
rtyaml==0.0.2 |
||||
unipath==1.1 |
unipath==1.1 |
||||
python-magic==0.4.10 |
python-magic==0.4.10 |
||||
gunicorn==19.4.5 |
gunicorn==19.4.5 |
@ -1,10 +1,11 @@ |
|||||
-r requirements.txt |
-r requirements.txt |
||||
coverage |
coverage==4.0.3 |
||||
django-webtest |
django-webtest |
||||
isort |
flake8==2.5.4 |
||||
model_mommy |
isort==4.2.5 |
||||
pep8 |
model_mommy==1.2.6 |
||||
pytest |
pep8==1.7.0 |
||||
pytest-cov |
pytest==2.7.2 |
||||
pytest-django |
pytest-cov==2.2.1 |
||||
webtest |
pytest-django==2.9.1 |
||||
|
webtest==2.0.21 |
Loading…
Reference in new issue