Files
deb-python-positional/requirements.txt
Jamie Lennox fc43875e6d Emit a DeprecationWarning rather than log a message
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
2016-01-14 12:32:28 +11:00

5 lines
107 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance.
pbr>=1.6