File: requirements.txt

package info (click to toggle)
python-keystoneauth1 5.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,288 kB
  • sloc: python: 23,528; xml: 285; makefile: 93; sh: 2
file content (19 lines) | stat: -rw-r--r-- 918 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Requirements lower bounds listed here are our best effort to keep them up to
# date but we do not test them so no guarantee of having them all correct. If
# you find any incorrect lower bounds, let us know or propose a fix.

# All additions to this file must have significant justification.

# NOTE(morgan) At no time may any oslo library be added to the keystoneauth
# requirements. The requirements for keystoneauth are very tightly controlled
# to ensure we are not pulling in a ton of transient dependencies. This is
# important from the standpoint of ensuring keystoneauth can be used outside
# 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
stevedore>=1.20.0 # Apache-2.0
os-service-types>=1.2.0 # Apache-2.0
typing-extensions>=4.12 # PSF