mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-05-03 22:37:01 +02:00
8c6a537665
Boussole (which watches the SCSS files for changes and compiles them) has just been running in the same venv as the main app until now, but it's holding back the version of the click package. There's no real reason that it needs to be in the app venv, so this moves it to its own one, which also eliminates quite a few other packages that were only being installed because of Boussole.