justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

minor fix: remove misccomponents.py as it has dependency on demjson which is not longer in use #385

Closed sandeep-gh closed 2 years ago

sandeep-gh commented 2 years ago

small fix: misccomponents.py doesn't offer any feature but introduces dependency on demjson which is breaking install on newer versions of python. Best to remove it.

WolfgangFahl commented 2 years ago

@sandeep-gh i love fixes like this one ...