Consensys / mythx-models

MythX Python domain models
3 stars 9 forks source link

Relax dependency pinning #122

Open spinoch opened 3 years ago

spinoch commented 3 years ago

Currently dependencies are hard-pinned to a specific version. This is usually considered an anti-pattern.

One can relax pinning to soft pinning by allowing a range of versions for dependencies.

As also outlined in https://github.com/dmuhs/pythx/issues/178, having a more relaxed pinning would make package/environment maintenance significantly easier