Remove Pytz from dep, because it is not used anymore

This commit is contained in:
nicolargo 2024-04-30 17:15:09 +02:00
parent e2e2264a4d
commit fdd819c450
2 changed files with 0 additions and 2 deletions

View File

@ -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*

View File

@ -2,5 +2,4 @@ psutil>=5.6.7
defusedxml
packaging
ujson>=5.4.0
pytz
pydantic