|
|
|
|
|
by mattbillenstein
1400 days ago
|
|
I use pip-compile in my flows - it's the best of both worlds, you get your declared direct dependencies via requirements.in, and the full blown locked dependencies then in requirements.txt. It's my preferred way to manage this now. |
|