openfoodfacts / folksonomy_api

A light REST API designed for Open Food Facts folksonomy engine
https://wiki.openfoodfacts.org/Folksonomy_Engine
GNU Affero General Public License v3.0
11 stars 7 forks source link

Use poetry for dependencies management #154

Open alexgarel opened 9 months ago

alexgarel commented 9 months ago

I had problem updating production because versions of pydantic were not the same (v1.8+ vs v2) as locally and in the CI pipeline.

Use poetry which handles that cases far more better, than a requirement.txt (which does not account for indirect dependencies)