mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2026-03-13 08:10:39 +08:00
* requirements: stick with older setuptools for packages still using pkg_resources * Set build constraints for cassandra driver
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
# Source install of cassandra-driver requires pkg_resources, if
|
|
# it's not found the install script is broken and fails to build
|
|
setuptools<82.0.0
|