Re: [Distutils] pipenv best practices?

2018-01-16 Thread Nick Coghlan
On 16 January 2018 at 19:47, Paul Moore wrote: > I think that if the pipenv docs had some better guidance on what use > cases it was intended to cover (and what it wasn't, in relation to the > broader range of pip+virtualenv use cases) that would help people > better

Re: [Distutils] pipenv best practices?

2018-01-16 Thread Paul Moore
On 16 January 2018 at 08:08, Chris Withers wrote: >> That doesn't fall under pipenv's purview. Think of pipenv as trying to >> make venv + pip easier to work with. Since you don't use pip to express >> dependencies for your library then you shouldn't with pipenv either. Or put

Re: [Distutils] pipenv best practices?

2018-01-16 Thread Chris Withers
On 16/01/2018 04:24, Nick Coghlan wrote: Anyway, we genuinely don't have a clear answer to this question, so I've posted a meta-issue on the pipenv tracker to decide how we want to handle it: https://github.com/pypa/pipenv/issues/1305 Thanks! Continuing on the deployment theme: I'm used to

Re: [Distutils] pipenv best practices?

2018-01-16 Thread Chris Withers
On 15/01/2018 19:46, Brett Cannon wrote: But I happen to know the answer to your pipenv questions, Chris, so I'll answer them here. Continuing here then :-) So, with pipenv, what files do we version control for a project? both Pipfile and Pipfile.lock? Yes. great, thanks! How

Re: [Distutils] pipenv best practices?

2018-01-15 Thread Nick Coghlan
On 16 January 2018 at 14:24, Nick Coghlan wrote: > On 16 January 2018 at 05:46, Brett Cannon wrote: >> On Mon, 15 Jan 2018 at 00:33 Chris Withers wrote: >>> Continuing on the deployment theme: I'm used to being able to put >>>

Re: [Distutils] pipenv best practices?

2018-01-15 Thread Nick Coghlan
On 16 January 2018 at 05:46, Brett Cannon wrote: > On Mon, 15 Jan 2018 at 00:33 Chris Withers wrote: >> >> Hi All, >> >> Couldn't find an obviously better discussion forum than this for pipenv >> stuff, but please point me to where the rest of the discussions

Re: [Distutils] pipenv best practices?

2018-01-15 Thread Brett Cannon
On Mon, 15 Jan 2018 at 00:33 Chris Withers wrote: > Hi All, > > Couldn't find an obviously better discussion forum than this for pipenv > stuff, but please point me to where the rest of the discussions are > happening... > Not here from what I can tell. :) Probably your best

[Distutils] pipenv best practices?

2018-01-15 Thread Chris Withers
Hi All, Couldn't find an obviously better discussion forum than this for pipenv stuff, but please point me to where the rest of the discussions are happening... So, with pipenv, what files do we version control for a project? both Pipfile and Pipfile.lock? Hopefully one I missed from the