CATIA-Systems / FMPy

Simulate Functional Mockup Units (FMUs) in Python
Other
429 stars 118 forks source link

Get rid of unneeded dependency pytz which is in maintenance mode #644

Closed MartinDoenickeTT closed 8 months ago

MartinDoenickeTT commented 8 months ago

The library pytz is in maintenance mode and the dependency on it can easily be removed by just using Python Standard Library components. Details: https://pypi.org/project/pytz/ (See Issues & Limitations: This project is in maintenance mode. Projects using Python 3.9 or later are best served by using the timezone functionaly now included in core Python and packages that work with it such as tzdata.)

The following two changes should be enough to get rid of this dependency:

Many thanks in advance