vmprof-python
vmprof-python copied to clipboard
Default to stdlib timezone objects instead of pytz
The standard library now has timezone support, and there's a backport for versions < 3.9, so the pytz dependence is not needed and can be removed.
See related discussions in https://github.com/pandas-dev/pandas/issues/34916 and django-developers.