Dan Ryan

Results 102 comments of Dan Ryan

This is an excellently structured proposal, but Kenneth needs to look it over and he only reads PR's submitted against the `peeps` folder as @uranusjr indicated, so if you can...

Your best bet currently is to put the dependency you want to override in `dev-packages` -- these will be overridden by dependencies in `packages`. So you can put the library...

Yeah I agree, I left this issue open because I don't like workarounds and I think it is the best issue we've had on the topic in terms of articulating...

Yeah this feels like a pipfile level change— an extra package argument like `override = “”` or some better word I haven’t thought of

After discussing this, I think we want to go with `django-myuberplugin = {version = ">=x.y", ignore = ["django"]}`

The thing is, installation is not the same as dependency resolution. If all you care about is installation, pip already has you covered. If you don't want your dependencies to...

Thanks for bringing this back up -- I've spent a lot of time thinking this over and I currently am happy we never implemented this. I think that since the...

The example supplied is simple, and @uranusjr has done most of the pipenv-related rewrite of our command module, but I suspect people's use cases would get significantly more complex and...

I'll mark it as a discussion point because the example is simple and if it really is just 'do this list of things instead of just one thing', I don't...

@pro-src you may not see why it would be hard to implement, but it touches our dependency resolver which inherently makes it hard to implement. It also requires specification changes...