debtcollector/requirements.txt
Stephen Finucane 1e08744110 requirements: Remove pbr
We haven't used this at runtime since we switched to using
importlib.metadata in change Ib10180732042bda254b058b94c9ff41f5c31c3cb,
therefore there's no longer any need to include it in the
'requirements.txt' file. Remove it.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I93152b5826620a867125aeb5edc54b5f5489fbab
2021-11-12 11:38:15 +00:00

3 lines
87 B
Plaintext

importlib_metadata>=1.7.0;python_version<'3.8' # Apache-2.0
wrapt>=1.7.0 # BSD License