Skip to content

Commit 84f567c

Browse files
committed
update dependencies
1 parent b68befb commit 84f567c

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

dependencies.bat

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@echo off
22
python -m pip install -U pip
3+
python -m pip install -U setuptools wheel
34
pip install -Ur requirements.txt

dependencies.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ PATH="$HOME/.local/bin:$PATH"
66
export PATH
77

88
python -m pip install -U pip
9+
python -m pip install -U setuptools wheel
910
pip install -Ur requirements-linux.txt

requirements.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
setuptools<50.0.0
2-
wheel>0.24.0
3-
importlib-metadata
41
pytest
52

63
psutil

0 commit comments

Comments
 (0)