From fdd819c450913de14f6621a9d77bfa154c7734a6 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Tue, 30 Apr 2024 17:15:09 +0200 Subject: [PATCH] Remove Pytz from dep, because it is not used anymore --- README.rst | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/README.rst b/README.rst index 059fd3795..3a751964c 100644 --- a/README.rst +++ b/README.rst @@ -87,7 +87,6 @@ Requirements - ``defusedxml`` (in order to monkey patch xmlrpc) - ``packaging`` (for the version comparison) - ``ujson`` (an optimized alternative to the standard json module) -- ``pytz`` (for the timezone support) - ``pydantic`` (for the data validation support) *Note for Python 2 users* diff --git a/requirements.txt b/requirements.txt index af41c9661..abb291862 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ psutil>=5.6.7 defusedxml packaging ujson>=5.4.0 -pytz pydantic