Relax pbr constraint to allow pip to resolve

This commit is contained in:
Alex Kavanagh
2023-01-06 20:33:13 +00:00
parent 9ad7e55a5f
commit f96e41f45a
+1 -1
View File
@@ -21,7 +21,7 @@ coverage<6.0.0 # coverage 6.0+ drops support for py3.5/py2.7
mock>=1.2
pytest
pytest-cov
pbr>=1.8.0,<1.9.0
pbr>=1.8.0
simplejson>=2.2.0
netifaces>=0.10.4
netaddr>=0.7.12,!=0.7.16