Skip to content

Commit 24dde9f

Browse files
committed
chore(deps): update requirements*
1 parent b65e5a8 commit 24dde9f

4 files changed

Lines changed: 692 additions & 699 deletions

File tree

requirements-windows.in

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
# dnf -y install python3-pip
2-
# python3.9 -m pip install --user --upgrade pip
3-
# python3.9 -m pip install --user pip-tools
4-
# python3.9 -m piptools compile --generate-hashes requirements-windows.in
1+
# On RHEL8:
2+
# sudo dnf -y install python39-pip
3+
# python3.9 -m pip install --user --upgrade pip
4+
# python3.9 -m pip install --user pip-tools
5+
# python3.9 -m piptools compile --generate-hashes requirements-windows.in
6+
# remove setuptools from requirements-windows.txt
7+
8+
# On error `self.finder.find_all_candidates.cache_clear()
9+
# AttributeError: 'function' object has no attribute 'cache_clear'`:
10+
# python3.9 -m pip install --user pip==25.0.1
511

612
beautifulsoup4
713
flatdict

0 commit comments

Comments
 (0)