Skip to content

Commit

Permalink
use older version of some packages for python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBaranowski committed Dec 12, 2023
1 parent b260da9 commit bdf2ac5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit bdf2ac5

Please sign in to comment.