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

Python client needs lxml now to run and doesn't include it as an install_requires #949

Open
jonespm opened this issue Jul 31, 2023 · 0 comments

Comments

@jonespm
Copy link

jonespm commented Jul 31, 2023

About a year ago lxml was added to Client.py in cdc604c for the Python version of the client but wasn't added to the requirements, so it fails if you try to run the client when including this as a package. This should probably be fixed here to include the most recent lxml.

install_requires=['requests>=2.4.2', 'requests-toolbelt', 'six'],

@jonespm jonespm changed the title Python client needs lxml now to run and doesn't include it as a requirement Python client needs lxml now to run and doesn't include it as an install_requires Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant