-
Notifications
You must be signed in to change notification settings - Fork 38
Labels
bugUnwanted / harmful behaviorUnwanted / harmful behavior
Description
The code uses "cryptography" (see here) but does not declare it as dependency in the pyproject.toml.
The integration tests did not find this problem, because it is declared as dev dependency (probably coming from a transitive dependency).
=> This means whenever a user installs pyexasol in a Python environment without having any other package in this environment declaring a dependency to cryptography, pyexasol does not work.
Metadata
Metadata
Assignees
Labels
bugUnwanted / harmful behaviorUnwanted / harmful behavior