]> git.ipfire.org Git - thirdparty/patchwork.git/commit
requirements: Remove psycopg2
authorStephen Finucane <stephen.finucane@intel.com>
Wed, 10 Feb 2016 19:58:47 +0000 (19:58 +0000)
committerStephen Finucane <stephen.finucane@intel.com>
Wed, 10 Feb 2016 20:05:35 +0000 (20:05 +0000)
commitf47701c7e403aef520956c4d3ba1587960c4ca41
tree55f12ccba55d7c427e5bd13391a977641614ba5c
parentf8cc68d3a0c77906b9d1914f4b78a80b7b3f09db
requirements: Remove psycopg2

It would be good to provide the required packages for devs using both
MySQL and PostgreSQL. However, there does not appear to be any way to
specify an exclusive-or condition in pip requirements files and the
existing behavior of including dependencies for both RDBMSs means
system packages have to be installed for both, when you are likely
only using one. This is particularly problematic when you want to
set up a fast dev environment using something like Vagrant.

Settle on MySQL for now, until such a time as the consensus is to go
all-in with PostgreSQL (including docs, for example).

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
requirements-test.txt