Closed eandklahn closed 3 years ago
Can this be combined with porting the PyPI-stuff to another library? Flit for example? https://realpython.com/pypi-publish-python-package/
Removed dependencies from setup.py.
Required packages will now be attempted imported in the init.py-file, so that an ImportError will be thrown if there is an issue.
The latest fix (272cf29) was in fact fixing issue #24
Should probably also drop the idea of specific version of the packages