mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-30 01:39:45 +03:00
[requires.io] dependency update
This commit is contained in:
parent
66aa68d9f2
commit
dfd1e2c161
|
@ -4,13 +4,13 @@
|
|||
{% if cookiecutter.windows == 'y' -%}
|
||||
# Python-PostgreSQL Database Adapter
|
||||
# If using Win for dev, this assumes Unix in test/prod
|
||||
psycopg2==2.6.1
|
||||
psycopg2==2.6.2
|
||||
{%- endif %}
|
||||
|
||||
coverage==4.1
|
||||
django-coverage-plugin==1.3.1
|
||||
flake8==2.5.4
|
||||
django-test-plus==1.0.13
|
||||
flake8==2.6.2
|
||||
django-test-plus==1.0.14
|
||||
factory_boy==2.7.0
|
||||
|
||||
# pytest
|
||||
|
|
Loading…
Reference in New Issue
Block a user