e6fd078a8b
In bindep we specify we need GCC to compile deps and set tags to compile and test as appropriate as none of these packages are needed as runtime dependencies. In requirements.txt we unpin alembic and beaker and add PyMySQL. Alembic and beaker need to be unpinned to work with modern python3 and PyMySQL is a python only runtime dep if using MySQL. This makes building docker images much simpler. Change-Id: I18a296de190324c545feda3b1b87e0a9424d0f96
19 lines
379 B
Plaintext
19 lines
379 B
Plaintext
SQLAlchemy>=0.8.3
|
|
alembic
|
|
beaker
|
|
beautifulsoup4
|
|
cryptography>=1.0,!=1.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>=2.0.0,<3.0.0
|
|
PyJWT>=1.0.1 # MIT
|
|
WebOb>=1.7.1 # MIT
|
|
PyMySQL>=0.6.2,!=0.6.4
|