zuul-registry/requirements.txt
Clark Boylan e155fa9383 Update pyjwt version to >=2.0.0,<3.0.0
Pyjwt recently made a 2.0 release. This release is not compatible with
the 1.x series code. We fix the registry to be compat with pyjwt 2.x and
then exclude 1.x.

More details here:
  https://pyjwt.readthedocs.io/en/stable/changelog.html#jwt-encode-return-type

Change-Id: I5c8e6fa0bb593efc70d57413b6d3274883a5a9b5
2021-02-01 10:46:09 -08:00

11 lines
100 B
Plaintext

pbr>=1.1.0
PyYAML
cherrypy
routes
requests
openstacksdk
python-dateutil
rehash
pyjwt>=2.0.0,<3.0.0