79886df354
In order to be able to upload to PyPI we need to avoid the name clash with another existing "storyboard" project which is still active there, in use and is understandably disinclined consider renaming (they were there first). We can eventually consider renaming our project fully to storyboard-api along with its Git repository and all, but for now simply publishing under an alternative distribution name will suffice. While we're in there, add some additional Python package metadata, correct some more, and remove an invalid trove classifier which would have prevented uploading. Also mark the resulting wheel as "universal" (supporting both Python 2 and 3). Bump the minimum PBR version to accommodate the project_urls and description-content-type options. Change-Id: I365ad340ec875f8603e088fa114e7de8aff191c9
33 lines
683 B
Plaintext
33 lines
683 B
Plaintext
pbr>=5
|
|
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
|
|
python-openid ; python_version < '3.0'
|
|
python3-openid ; python_version >= '3.0'
|
|
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
|