abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Consolidate Dependency Versions for Bolt #79

Closed CurroRodriguez closed 7 years ago

CurroRodriguez commented 7 years ago

Description

Right now, the way we handle our dependency versions within Bolt is not very flexible and it may be outright wrong. Instead of specifying the complete version, we should use a base version and support that and higher versions. One thing it is not clear to me is how pip and setup handle those specifications. For example, a support for >=2.0 should clearly support 2.1 but will it support 3.0, since is a major version change? I need to figure that one out.

CurroRodriguez commented 7 years ago

Issue #79: Consolidate Dependency Versions for Bolt

CurroRodriguez commented 7 years ago

Implemented in PR #81