334dd378c9
A lot of things have changed at once (or have been ignored in refstack for some time) and in order to keep refstack functioning this commit addressed the following: * Update nodejs jobs so that we keep testing refstack with the newest nodejs * Update jobs for Zed development cycle * Add support for py3.10 * Fix 2009327 story - refstack is now compatible with jsonschema>=3.2.0 (schema definition got fixed) * Drop py3.6 and 3.7 (upstream tooling as e.g. devstack isn't supporting those anymore) * Fix mysql setup script used to run functional unit tests * Add WebTest dependency needed by unit tests * Update alembic and jsonschema version to at least currently recomended versions (by constraints) Task: 43761 Story: 2009327 Change-Id: I37bb7dc520119bdab280d62e23922641ef7658ce
18 lines
361 B
Plaintext
18 lines
361 B
Plaintext
SQLAlchemy>=0.8.3
|
|
alembic>=1.8.0
|
|
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
|
|
pecan>=0.8.2
|
|
requests>=2.2.0,!=2.4.0
|
|
requests-cache>=0.4.9,<0.6.0
|
|
jsonschema>=4.7.0
|
|
PyJWT>=2.0.0 # MIT
|
|
WebOb>=1.7.1 # MIT
|
|
PyMySQL>=0.6.2,!=0.6.4
|