painterjd / stoplight

Stoplight -- An Input Validation Framework for Python
Apache License 2.0
15 stars 5 forks source link

setup requires.io to keep track of dependencies #14

Open BenjamenMeyer opened 6 years ago

BenjamenMeyer commented 6 years ago

Some of the dependencies have changed and it's good practice to pin them; requires.io provides a nice travis-ci like solution for detecting when dependencies change and then submitting PRs to do so.