mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-03 15:15:02 +03:00
Correct unitary test with Python 3.5
This commit is contained in:
parent
a5e2800807
commit
ea60836cc9
@ -3,5 +3,6 @@ defusedxml
|
||||
packaging
|
||||
future; python_version < "3.0"
|
||||
ujson<3; python_version < "3.0"
|
||||
ujson<4; python_version >= "3.5" and python_version < "3.6"
|
||||
ujson<5; python_version >= "3.6" and python_version < "3.7"
|
||||
ujson; python_version >= "3.7"
|
||||
|
Loading…
Reference in New Issue
Block a user