a602f0a779
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
15 lines
275 B
Plaintext
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
|