Add redis as a dependency

This is pulled in from `srht/redis.py` which comes from `service.py`
This commit is contained in:
Marco Sirabella 2021-04-01 19:24:59 -07:00 committed by Drew DeVault
parent e41ac24a9a
commit 2eb57ae0bb
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ setup(
'cryptography',
'prometheus_client',
'alembic',
'redis',
],
license = 'BSD-3-Clause',
package_data={