]> git.ipfire.org Git - thirdparty/patchwork.git/commit
requirements: Start using fixed versions
authorStephen Finucane <stephen@that.guru>
Wed, 29 Aug 2018 10:01:41 +0000 (11:01 +0100)
committerDaniel Axtens <dja@axtens.net>
Fri, 21 Sep 2018 15:11:48 +0000 (01:11 +1000)
commitab0c443691c4f97b945fbb0d39261e51f5a1d74a
treeac6cf3e07f5bfee758132465a6dc4233943560b9
parent300ba3eb283ab1af3dc5924e5ed540159c3ee0bc
requirements: Start using fixed versions

Given that 'tox' doesn't actually read any of these, there's no reason
to use ranges of requirements. Instead, use the latest and greatest for
live instances and rely on tox to validate behavior with older versions.

The selenium dependency, which is no longer required since commit
bab2895f, is removed. The psycopg2 dependency is updated to use
psycopg2-binary, as this avoids the need for the libpg library and
removes a deprecation warning.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Signed-off-by: Daniel Axtens <dja@axtens.net>
requirements-dev.txt
requirements-prod.txt
requirements-test.txt
tox.ini