Skip to content

Commit

Permalink
Update python requirements file
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cmickeyb authored and prakashngit committed Mar 28, 2023
1 parent ef17ec5 commit 90884c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $(PYTHON_DIR) :
virtualenv -p python3 --no-download $(DSTDIR)
. $(abspath $(DSTDIR)/bin/activate) && pip install --upgrade pip
. $(abspath $(DSTDIR)/bin/activate) && pip install --upgrade setuptools
. $(abspath $(DSTDIR)/bin/activate) && pip install -r python_packages.txt
. $(abspath $(DSTDIR)/bin/activate) && pip install -r python_requirements.txt

$(DSTDIR) :
@echo CREATE INSTALLATION DIRECTORY $(DSTDIR)
Expand Down
2 changes: 0 additions & 2 deletions build/python_packages.txt → build/python_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
colorlog>=6.7.0
google>=3.0.0
lmdb>=1.4.0
loguru>=0.6.0
mergedeep>=1.3.4
pkg_resources>=0.0.0
protobuf==3.19.0
pyparsing>=3.0.9
requests>=2.28.2
requests-toolbelt>=0.10.1
Expand Down

0 comments on commit 90884c6

Please sign in to comment.