dejw / vip

vip is a simple library that makes your Python aware of existing virtualenv underneath.
3 stars 1 forks source link

Implement updating requirements.txt #5

Open dejw opened 12 years ago

dejw commented 12 years ago

There are two options:

In favor of (1) is the reason to keep everything simple, but explicit is better than implicit.

Option (2) is explicit which is good. In addition to (2), requirements.txt.lock can be created in order to list all used packages (similar how bundler does in Ruby).