zuul-registry/requirements.txt
James E. Blair a602f0a779 Replace rehash with sha256
This is a cython implementation of sha256 where we can get and set
the state for resumable hashing.  The rehash library uses openssl but
does not support openssl 3.x and is therefore becomming more difficult
to use.

Change-Id: I5ece8a7532421d76f5d9507131abd5f86c806158
2024-01-03 11:00:51 -08:00

15 lines
275 B
Plaintext

pbr>=1.1.0
PyYAML
cherrypy
routes
requests
openstacksdk
python-dateutil
# Temporary until upstream releases support for py 3.11:
git+https://github.com/jeblair/sha256
# cython and wheel temporary since for the temp sha256 repo install phase
cython
wheel
pyjwt>=2.0.0,<3.0.0