Skip to content

Commit 90884c6

Browse files
cmickeybprakashngit
authored andcommitted
Update python requirements file
Changed the name to be more aligned with canonical python usage. However, given that this is a multi-language project, compromised for clarity. Removed some packages no longer necessary for sawtooth. Signed-off-by: Mic Bowman <mic.bowman@intel.com>
1 parent ef17ec5 commit 90884c6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $(PYTHON_DIR) :
9494
virtualenv -p python3 --no-download $(DSTDIR)
9595
. $(abspath $(DSTDIR)/bin/activate) && pip install --upgrade pip
9696
. $(abspath $(DSTDIR)/bin/activate) && pip install --upgrade setuptools
97-
. $(abspath $(DSTDIR)/bin/activate) && pip install -r python_packages.txt
97+
. $(abspath $(DSTDIR)/bin/activate) && pip install -r python_requirements.txt
9898

9999
$(DSTDIR) :
100100
@echo CREATE INSTALLATION DIRECTORY $(DSTDIR)

build/python_packages.txt renamed to build/python_requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
colorlog>=6.7.0
2-
google>=3.0.0
32
lmdb>=1.4.0
43
loguru>=0.6.0
54
mergedeep>=1.3.4
65
pkg_resources>=0.0.0
7-
protobuf==3.19.0
86
pyparsing>=3.0.9
97
requests>=2.28.2
108
requests-toolbelt>=0.10.1

0 commit comments

Comments
 (0)