We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e0ee40 + a0c6a89 commit cc460a6Copy full SHA for cc460a6
2 files changed
keystoneauth1/__init__.py
@@ -10,7 +10,7 @@
10
# License for the specific language governing permissions and limitations
11
# under the License.
12
13
-import pbr.version
+import importlib.metadata
14
15
16
-__version__ = pbr.version.VersionInfo('keystoneauth1').version_string()
+__version__ = importlib.metadata.version('keystoneauth1')
requirements.txt
@@ -11,7 +11,6 @@
# of openstack-specific projects (allowing interaction with openstack APIs)
# where oslo and associated transient dependencies are not desired.
-pbr>=2.0.0 # Apache-2.0
iso8601>=2.0.0 # MIT
requests>=2.14.2 # Apache-2.0
17
stevedore>=1.20.0 # Apache-2.0
0 commit comments