mara / mara-app

A framework for distributing flask apps across separate packages with minimal dependencies
MIT License
15 stars 4 forks source link

pkg-resources==0.0.0 in requirements.txt.freeze breaks installations from that file #10

Closed ghost closed 7 years ago

ghost commented 7 years ago

On Linux, it seems that requirements.txt.freeze always adds a pkg-resources==0.0.0 line. I've no clue yet why and why it breaks installations from that freeze file. Currently I work around that by removing the line after make update packages by hand and commit that.

martin-loetzsch commented 7 years ago

merged