librenms/requirements.txt
AdamB 55b167562e
Implement authentication for Redis/Sentinel (#14805)
* Implement ACL support for redis (and sentinel)

Currently, sentinel only works with anonymous connections.
Some parameters are passed when using sentinel, however these are
dropped on the floor.
This encapsulates them as py-redis expects, and passes them correctly.

* Pass username

* Differentiate duplicate error messages

* Actually pass var

* Docs and requirement bump

* Lint

* Consistency

* More lint

* Lint harder

* Doc Updates
2023-04-14 07:11:44 -05:00

7 lines
87 B
Plaintext

PyMySQL!=1.0.0
python-dotenv
redis>=4.0
setuptools
psutil>=5.6.0
command_runner>=1.3.0