[PATCH 1/5] requirements: Loosen requirements for RDBMS libs

Daniel Axtens dja at axtens.net
Tue Nov 1 21:07:37 AEDT 2016


Hi Stephen,

If Tox and Travis are OK with this, I'm fine with it going in.
If you really want me to go through each patch one by one I can.

Regards,
Daniel

Stephen Finucane <stephen at that.guru> writes:

> Signed-off-by: Stephen Finucane <stephen at that.guru>
> ---
>  requirements-prod.txt | 2 +-
>  requirements-test.txt | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/requirements-prod.txt b/requirements-prod.txt
> index 8c7126d..d189ad4 100644
> --- a/requirements-prod.txt
> +++ b/requirements-prod.txt
> @@ -1,3 +1,3 @@
>  Django>=1.8,<1.11
> -psycopg2==2.6.1
> +psycopg2>2.6,<2.7
>  sqlparse
> diff --git a/requirements-test.txt b/requirements-test.txt
> index 7cb5ae9..c6ceff1 100644
> --- a/requirements-test.txt
> +++ b/requirements-test.txt
> @@ -1,4 +1,4 @@
> -mysqlclient==1.3.7  # replace this with psycopg2 for a PostgreSQL backend
> +mysqlclient>=1.3,<1.4  # replace this with psycopg2 for a PostgreSQL backend
>  django-debug-toolbar==1.5
>  python-dateutil>2.0,<3.0
>  selenium>2.0,<3.0
> -- 
> 2.7.4
>
> _______________________________________________
> Patchwork mailing list
> Patchwork at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork


More information about the Patchwork mailing list