You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, the package requires brother-ql, which is more or less unmaintained. We should evaluate supporting brother-ql-inventree as well: https://pypi.org/project/brother-ql-inventree/
The biggest issue is that they both use the same namespace, thus possibly creating issues or breaking changes:
The "backend" library is always an extra. This is a breaking change as an extra has to specified in all cases.
Just brother-ql-inventree is an extra. This creates annoying conflicts as both backend packages would be installed in the same environment, but their code overwriting each other (depending on the installation order). Uninstalling one of them would break both with the current pip logic.
The text was updated successfully, but these errors were encountered:
At the moment, the package requires
brother-ql
, which is more or less unmaintained. We should evaluate supportingbrother-ql-inventree
as well: https://pypi.org/project/brother-ql-inventree/The biggest issue is that they both use the same namespace, thus possibly creating issues or breaking changes:
brother-ql-inventree
is an extra. This creates annoying conflicts as both backend packages would be installed in the same environment, but their code overwriting each other (depending on the installation order). Uninstalling one of them would break both with the currentpip
logic.The text was updated successfully, but these errors were encountered: