This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Description
Question
Hello!
FARM has strictly specified Werkzeug==0.16.1 version in requirements. And it is not really comfortable for integrating your another project haystack into existing flask application, because version 0.16.1 is quite outdated and dependency conflict occurs.
What do you think about removing Werkzeug version number from requirements? I can do it on my own, check if everything works fine and then create pull request. Just want to know, maybe version was strictly specified for some particular reason.