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'], |
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.
clients-generator/sources/python/setup.py
Line 12 in 09847f2