This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librenms-librenms
Watch
1
Star
0
Fork
0
You've already forked librenms-librenms
mirror of
https://github.com/librenms/librenms.git
synced
2024-10-07 16:52:45 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e7864f39a47988538359e6e4d7f5a08b29b013e6
librenms-librenms
/
requirements.txt
7 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix PyMySQL upstream dependency bug (#13508) PyMySQL 1.0.0 requires Python 3.6, but they did not specify that in their setup files. Block that version so we don't break users on Python 3.5. (Also, please update your Python)
2021-11-12 09:58:17 -06:00
PyMySQL!=1.0.0
New python service for poller, discovery + more (#8455) Currently has a file handle leak (and will eventually run out of handles) related to the self update process. Either need to fix that or rip out self-update and leave that up to cron or something. DO NOT DELETE THIS TEXT #### Please note > Please read this information carefully. You can run `./scripts/pre-commit.php` to check your code before submitting. - [x] Have you followed our [code guidelines?](http://docs.librenms.org/Developing/Code-Guidelines/) #### Testers If you would like to test this pull request then please run: `./scripts/github-apply <pr_id>`, i.e `./scripts/github-apply 5926`
2018-06-30 06:19:49 -05:00
python-dotenv
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 13:11:44 +01:00
redis>=4.0
Update requirements.txt (#11600)
2020-05-12 23:11:59 +02:00
setuptools
Bump psutil=>5.6.0 to satifsy command_runner (#13501)
2021-11-11 20:52:27 +01:00
psutil>=5.6.0
Fix config fetch disrupted by stderr (#13362) * Update command_runner package * Switch config fetching back to command_runner
2021-10-28 18:04:14 +02:00
command_runner>=1.3.0
Reference in New Issue
Copy Permalink