69c4d81773
A new version of PyJWT==2.0.0 got released a few days back which
changes a few significant things such as return types and option
names, see:
03610f0103/CHANGELOG.md (v200)
This commit edits the code of refstack in order to comply with the newest
changes of PyJWT.
Change-Id: I153384cd39ebadb8ee9eb3d99cd21aa02b8c0673
19 lines
364 B
Plaintext
19 lines
364 B
Plaintext
SQLAlchemy>=0.8.3
|
|
alembic
|
|
beaker
|
|
beautifulsoup4
|
|
cryptography>=3.0 # BSD/Apache-2.0
|
|
docutils>=0.11
|
|
oslo.config>=1.6.0 # Apache-2.0
|
|
oslo.db>=1.4.1 # Apache-2.0
|
|
oslo.log>=3.11.0
|
|
oslo.utils>=3.16.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
pecan>=0.8.2
|
|
requests>=2.2.0,!=2.4.0
|
|
requests-cache>=0.4.9
|
|
jsonschema>=3.2.0
|
|
PyJWT>=2.0.0 # MIT
|
|
WebOb>=1.7.1 # MIT
|
|
PyMySQL>=0.6.2,!=0.6.4
|