When used as a library we really don't know how logging will be configured in the calling application so we shouldn't be logging our own messages. Instead the standard way to signal deprecation is via a DeprecationWarning. Change the WARN enforcement to emit a warning instead of logging. Resolves: #1
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance.
|
|
|
|
pbr>=1.6
|