gnu: Remove dependency on pytz

UTC timezone settings can be obtained from the datetime.timezone
module from Python standard library so remove dependency on external
pytz module.
This commit is contained in:
Antoine Lambert 2021-02-02 11:29:13 +01:00
parent 8e4dd178f1
commit 82ab96ad06
2 changed files with 3 additions and 5 deletions

View file

@ -6,6 +6,5 @@ setuptools
xmltodict
iso8601
beautifulsoup4
pytz
launchpadlib
tenacity