Re: [Distutils] workflow recommendations to update requirements.txt

2015-12-16 Thread Chris Jerdonek
On Wed, Dec 16, 2015 at 3:11 AM, Nick Coghlan wrote: > On 16 December 2015 at 16:40, Glyph Lefkowitz wrote: >> On Dec 15, 2015, at 8:56 PM, Chris Jerdonek >> wrote: >> Thanks for any help or suggestions. >> >> >> This is

Re: [Distutils] workflow recommendations to update requirements.txt

2015-12-16 Thread Nick Coghlan
On 16 December 2015 at 16:40, Glyph Lefkowitz wrote: > On Dec 15, 2015, at 8:56 PM, Chris Jerdonek > wrote: > Thanks for any help or suggestions. > > > This is what I'm doing right now (occasionally manually curating the output > of `pip

[Distutils] workflow recommendations to update requirements.txt

2015-12-15 Thread Chris Jerdonek
Hi, I have a development workflow question I was wondering if people on this list had a recommended solution for. Say you're working on a web application that you deploy using a requirements.txt file. And say you have a set of "abstract dependencies" that your application depends on. What are

Re: [Distutils] workflow recommendations to update requirements.txt

2015-12-15 Thread Robert Collins
You might find https://github.com/openstack/requirements/blob/master/openstack_requirements/cmds/generate.py useful. Basically it takes a open-ended (or partly so) set of requirements, expressed as in requirements.txt format, and generates an exact-match requirements.txt file as output. So,

Re: [Distutils] workflow recommendations to update requirements.txt

2015-12-15 Thread Glyph Lefkowitz
> On Dec 15, 2015, at 8:56 PM, Chris Jerdonek wrote: > > Hi, > > I have a development workflow question I was wondering if people on > this list had a recommended solution for. > > Say you're working on a web application that you deploy using a > requirements.txt