Skip to content

Commit

Permalink
[FIX] Add pbr to requirements
Browse files Browse the repository at this point in the history
The library is needed for the setup, but it is not specified in requirements.
Its installation depends on setuptools' easy_install, which is unrealiable: https://docs.openstack.org/pbr/latest/#pbr-python-build-reasonableness
  • Loading branch information
joao-p-marques committed Apr 12, 2021
1 parent c55f7f5 commit bb97263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
docutils==0.16
lxml>=4.2.3
pbr
polib==1.1.0
Pygments==2.2 ;python_version < '3'
Pygments==2.6.1 ;python_version >= '3'
Expand Down

0 comments on commit bb97263

Please sign in to comment.