-
Notifications
You must be signed in to change notification settings - Fork 6
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
Lots of required packages #92
Comments
Just taking a quick look there are a few old packages in the requirements file, such as the I think it's common to see developer packages split off, so we could move things under Have you identified the set required for running clients? If I had to guess it'd be almost everything in the top group except for maybe crossbar. That does seem to be the biggest culprit for pulling in dependencies though, installing in a fresh virtualenv:
|
As stated in #92, it would be nice to have a minimal set of requirements for users who want to run only clients. This splits things up to better handle that.
We dropped crossbar a while back, which did reduce many of the dependencies pulled in. More details on why this should be considered resolved in #167. |
pip install -r requirements.txt
Currently installs a lot of packagesCan we create a minimal set of packages that is required for users who only want to run client scripts?
The text was updated successfully, but these errors were encountered: