This project is archived. Its data is read-only.
Remove OpenSSL.rand.bytes from code
It is now deprecated in favor of `os.urandom()`: ``` OpenSSL.rand is deprecated - you should use os.urandom instead ``` This is needed if we want to upgrade the requirements.txt.
issue