storyboard/requirements.txt
Camila Moura d082d8ac0f Fixes the Python 3 dependencies and iterator
A. Fixes depedencies of Python 3:

Following the documentation about Python 3 requirements.
It was needed to change in the file ./requirements.txt
replacing "python-openid" with "python3-openid".

B. Fixing Python 3 compatibility in the migration script:

In order to fix the migration script to run on Python 3
I changed the line #24 on ./migrate/launchpad/reader.py,
changing the iterator.

Also, I added  in the file "./requirements.txt" a comment
to use the library "launchpadlib" in order to run
the migrate script.

Change-Id: Iedcd283ade1ea62fdc5777dfe7b1ae5916db3480
2019-03-01 16:31:16 +01:00

31 lines
619 B
Plaintext

pbr>=1.6
jsonschema>=2.0.0,<3.0.0
alembic>=0.4.1
Babel>=1.3
iso8601>=0.1.9
oauthlib>=0.6,<3
oslo.config>=1.11.0
oslo.context>=0.2.0
oslo.utils>=1.4.0
pecan>=0.4.5
oslo.db>=4.27.0 # Apache-2.0
oslo.log>=1.0.0
pika>=0.9.14
python3-openid
PyYAML>=3.1.0
requests>=1.1
six>=1.7.0
SQLAlchemy
webob==1.7.4
WSME>=0.6,<0.8
SQLAlchemy-FullText-Search>=0.2.3
stevedore>=1.3.0
tzlocal>=1.1.2
email>=4.0.2;python_version<'3.0'
Jinja2>=2.7.3
PyMySQL>=0.6.2,!=0.6.4
apscheduler>=3.0.1,<3.1.0
python_dateutil>=2.4.0
oslo.concurrency>=3.8.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
#launchpadlib # Only for migration