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

Standardize nonrequired dependencies #146

Open
MatthewFlamm opened this issue Mar 3, 2023 · 1 comment
Open

Standardize nonrequired dependencies #146

MatthewFlamm opened this issue Mar 3, 2023 · 1 comment

Comments

@MatthewFlamm
Copy link
Owner

Some a dependencies were required even though they were not listed in requirements-test.txt from homeassistant. For example sqlalchemy was required. #145 demonstrates that all these requirements are no longer strictly needed. However there could be value in pinning versions to the homeassistant version for the most useful libraries.

@MatthewFlamm
Copy link
Owner Author

MatthewFlamm commented Mar 3, 2023

One idea is that there could be an extras_require. This could include all libraries in the full test suite (easy to maintain here) or some subset, or options for both.

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