mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
PyMySQL
|
||||
PyMySQL!=1.0.0
|
||||
python-dotenv
|
||||
redis>=3.0
|
||||
setuptools
|
||||
|
Reference in New Issue
Block a user