Drops pygobject requirement in /python_apps/airtime_analyzer
Updates the requirements on [pygobject](https://pygobject.readthedocs.io) to permit the latest version. --- updated-dependencies: - dependency-name: pygobject dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e8d5481422
commit
64c87ba341
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ setup(
|
||||||
"requests>=2.7.0",
|
"requests>=2.7.0",
|
||||||
"rgain3==1.0.0",
|
"rgain3==1.0.0",
|
||||||
"pycairo==1.19.1",
|
"pycairo==1.19.1",
|
||||||
"PyGObject<=3.36.1",
|
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue