Closed Mr0grog closed 1 year ago
My understanding (we'll see, might be wrong!) is that dependabot will include extras_require entries as dev dependencies, so I've made deps installable that way (really that should have been done long ago): pip install wayback[dev,test,docs].
extras_require
pip install wayback[dev,test,docs]
My understanding (we'll see, might be wrong!) is that dependabot will include
extras_require
entries as dev dependencies, so I've made deps installable that way (really that should have been done long ago):pip install wayback[dev,test,docs]
.