王波 9658719b43 初始化仓库 3 недель назад
..
3.10 9658719b43 初始化仓库 3 недель назад
3.11 9658719b43 初始化仓库 3 недель назад
3.12 9658719b43 初始化仓库 3 недель назад
3.8 9658719b43 初始化仓库 3 недель назад
3.9 9658719b43 初始化仓库 3 недель назад
Readme.md 9658719b43 初始化仓库 3 недель назад
app.in 9658719b43 初始化仓库 3 недель назад
dev.in 9658719b43 初始化仓库 3 недель назад
docs.in 9658719b43 初始化仓库 3 недель назад
test.in 9658719b43 初始化仓库 3 недель назад

Readme.md

Requirements

All FlexMeasures requirements are specified in this directory. We separate by use case:

  • app: All requirements for running the FlexMeasures platform
  • test: Additional requirements used for running automated tests
  • dev: Additional requirements used for developers (this includes testing)

Also note the following distinction:

.in files

Here, we describe the requirements. We give the name of a requirement or even a range (e.g. >=1.0.).

.txt files

These files are not to be edited by hand. They are created by pip-compile (or make freeze-deps).

Each requirement is pinned to a specific version in these files. The great benefit is reproducibility across environments (local dev as well as staging or production).

To update the .txt files for all supported Python versions, see ci/update-packages.sh.