mara / mara-app

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

Fix venv building when .venv is a symlink #7

Closed jankatins closed 7 years ago

jankatins commented 7 years ago

I need that for the deployment script, which sets up .venv as a symlink to ../venv/$(md5sum requirements.txt.freeze) so the virtualenv can be cached as long as the freeze file doesn't change.