morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
211 stars 64 forks source link

Package on pypi don't require installation of pytz #93

Closed cla-azzarello closed 5 months ago

cla-azzarello commented 2 years ago

I installed by "pip install django-ajax-datatable".

Current version installed 4.4.4

The requested package pytz is not installed by pip. I had to install manually.

adelsonllima commented 1 year ago

up

morlandi commented 1 year ago

Thank you both; hopefully will fix soon

morlandi commented 1 year ago

or even better: remove this dependency ;)

cla-azzarello commented 5 months ago

This should be fixed with commit 5c9dce4 . I've not tested it, but I think the issue can be closed.

morlandi commented 5 months ago

Thank you @cla-azzarello ... yes, I think I got rid of pytz long ago, so let's close the issue ;)