Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add extras_require for pyqt and pyside #15

Open
cdgriffith opened this issue Aug 23, 2020 · 0 comments
Open

Feature request: Add extras_require for pyqt and pyside #15

cdgriffith opened this issue Aug 23, 2020 · 0 comments

Comments

@cdgriffith
Copy link

It would be nice to be able to do an install like pip install cutelog[pyqt5] and have it also install the qt libraries. This would come in handy in cases like when you want to use it as a standalone app via pipx where it is not as easy to install additional requirements in that venv yourself.

They are fairley easy to add to setup.py, i.e.:

    extras_require={
        "pyqt5":  ["pyqt5"]
    }

It also wouldn't change any current usage, as it will still support pip install cutelog without any of those included.

https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant