
Separate requirements-py3.txt file allows to specify different dependency list for python 3. For example, now python-memcached doesn't support py3k and some other dependencies may appear later. Also tox.ini was changed to use proper requirements file for py33 testenv. Partially-implements: blueprint py3k-support Change-Id: I55aa0e3364124f27532465fcaa0b9316c7dc67e6
19 lines
333 B
Plaintext
19 lines
333 B
Plaintext
pbr>=0.6,!=0.7,<1.0
|
|
|
|
Babel>=1.3
|
|
netaddr>=0.7.6
|
|
falcon>=0.1.6,<0.2.0
|
|
jsonschema>=2.0.0,<3.0.0
|
|
iso8601>=0.1.9
|
|
msgpack-python
|
|
posix_ipc
|
|
pymongo>=2.4
|
|
python-keystoneclient>=0.7.0
|
|
# python-memcached has no Py3k support for now
|
|
# python-memcached>=1.48
|
|
WebOb>=1.2.3
|
|
stevedore>=0.14
|
|
six>=1.6.0
|
|
oslo.config>=1.2.0
|
|
SQLAlchemy>=0.7.8,<=0.9.99
|