~edwargix/git.sr.ht

b2bc6d5258cd3d4a40d286d797d06f27489f80c3 — Ludovic Chabant 7 years ago 6c2fed4
Specify version for redis dependency.

This is because there are breaking changes in version 3+ that we don't
want yet.
1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py
M setup.py => setup.py +1 -1
@@ 29,7 29,7 @@ setup(
  author = 'Drew DeVault',
  author_email = 'sir@cmpwn.com',
  url = 'https://git.sr.ht/~sircmpwn/git.sr.ht',
  install_requires = ['srht', 'flask-login', 'redis', 'pygit2', 'pygments'],
  install_requires = ['srht', 'flask-login', 'redis<3', 'pygit2', 'pygments'],
  license = 'AGPL-3.0',
  package_data={
      'gitsrht': [