FreeCAD / FreeCAD-addons

A convenient gathering of useful and well-developed FreeCAD plugins made by the community.
756 stars 249 forks source link

Add pyjwt and tzlocal to ALLOWED_PYTHON_PACKAGES #271

Closed JohnAD closed 1 year ago

JohnAD commented 1 year ago

Both python libraries are useful to the Ondsel-Lens workbench.

The pyjwt library is for JSON Web Tokens, a mechanism used as part of online authentication security.

The tzlocal library is for getting the users local timezone information from the OS in a cross-platform manner.