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:
dependabot[bot] 2021-06-07 21:21:53 +00:00 committed by Kyle Robbertze
parent e8d5481422
commit 64c87ba341

View file

@ -26,7 +26,6 @@ setup(
"requests>=2.7.0",
"rgain3==1.0.0",
"pycairo==1.19.1",
"PyGObject<=3.36.1",
],
zip_safe=False,
)