shad7 / seedbox

Seedbox Task Manager
http://shad7.github.io/seedbox
MIT License
10 stars 0 forks source link

[FEATURE] Update requirements #22

Closed shad7 closed 9 years ago

shad7 commented 9 years ago

Update requirements sqlalchemy to 1.0 or higher where the bug related accidentally removing exposed attributes/methods within orm.

Update requirements to use pbr 1.0.1 or higher to leverage new features and workaround issue bug in 1.0.0.

Leverage autodoc feature of pbr instead of manually autodocing modules. Updated index to reference api/ instead of sourcecode/ based on pbr pattern. No longer needing Makefile that has never been used.

Removed tracking AUTHORS.

doc generation triggered error because of options.intialize being called on import. Moved the call to a function where it is needed.

Updated setup.cfg to configure pbr, and set version to target version instead of current version to work with pbr.

closes #21

Review on Reviewable

landscape-bot commented 9 years ago

Code Health Code quality remained the same when pulling cb41c2b on shad7:feature/update-requirements into 5c901d4 on shad7:bugfix/19.

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-0.07%) to 99.3% when pulling cb41c2bb6b5a50b784db716f3a65054b94bbcbb0 on feature/update-requirements into 5c901d46bc94c9426f2f39a09e1a36583bd2ae48 on develop.