crate / cratedb-examples

A collection of clear and concise examples how to work with CrateDB.
Apache License 2.0
8 stars 7 forks source link

Synchronize dependencies by using `requirements.txt` across the board #483

Closed amotl closed 2 weeks ago

amotl commented 2 weeks ago

Problem

Diverging sets of dependencies are a constant struggle for people vs. machines, either aiming to use the notebooks, or to validate them, respectively.

Proposal

The idea is to improve the situation by referring to the canonical requirements.txt file from everywhere. In this spirit, dependency updates can be driven well by Dependabot, and relevant software artefacts should be synchronized better.

Trivia