From bdf2ac53391f398b52a575ec01399842563ecb1c Mon Sep 17 00:00:00 2001 From: Alex Baranowski Date: Tue, 12 Dec 2023 12:16:02 +0100 Subject: [PATCH] use older version of some packages for python 3.6 --- README.md | 5 +++++ requirements.txt | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e96c3a..deb08c0 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ At the most general level, composer looks through packages in the model (source) When it does, it creates a hardlink inside targeted repository (from `/all/` into `/os/` dir). The process of this composition is best shown on a small-scale example. +## Development + +**We are using Python version 3.6 as this is default for the EuroLinux 8. You +can also use Python3.9 (default for EuroLinux 9).** + ## Example Given this (modeled/target) repository: diff --git a/requirements.txt b/requirements.txt index a980609..3a09803 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.12.2 -iniconfig==2.0.0 -packaging==23.2 -pluggy==1.3.0 -pytest==7.4.3 -soupsieve==2.5 +iniconfig==1.1.1 +packaging==21.3 +pluggy==1.0.0 +pytest==7.0.1 +soupsieve==2.3.2