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-bootstrap3==7.0.1 |
|||
django-bower==5.1.0 |
|||
django-braces==1.8.1 |
|||
django-compressor==2.0 |
|||
django-crispy-forms==1.6.0 |
|||
python-decouple==3.0 |
|||
django-extensions==1.6.1 |
|||
django-extra-views==0.7.1 |
|||
django-filter==0.13.0 |
|||
django-floppyforms==1.6.1 |
|||
django-model-utils==2.4 |
|||
django-sass-processor==0.3.4 |
|||
django==1.9.5 |
|||
djangorestframework |
|||
easy-thumbnails==2.3 |
|||
git+git://github.com/interlegis/trml2pdf.git |
|||
libsass==0.11.0 |
|||
psycopg2==2.6.1 |
|||
python-decouple==3.0 |
|||
pytz==2016.3 |
|||
pyyaml==3.11 |
|||
rtyaml==0.0.2 |
|||
unipath==1.1 |
|||
python-magic==0.4.10 |
|||
gunicorn==19.4.5 |
|||
gunicorn==19.4.5 |
@ -1,10 +1,11 @@ |
|||
-r requirements.txt |
|||
coverage |
|||
coverage==4.0.3 |
|||
django-webtest |
|||
isort |
|||
model_mommy |
|||
pep8 |
|||
pytest |
|||
pytest-cov |
|||
pytest-django |
|||
webtest |
|||
flake8==2.5.4 |
|||
isort==4.2.5 |
|||
model_mommy==1.2.6 |
|||
pep8==1.7.0 |
|||
pytest==2.7.2 |
|||
pytest-cov==2.2.1 |
|||
pytest-django==2.9.1 |
|||
webtest==2.0.21 |
Loading…
Reference in new issue