Skip to content

Commit

Permalink
CR fixes, from #19
Browse files Browse the repository at this point in the history
  • Loading branch information
mszumocki-reef committed Jul 6, 2021
1 parent 4a0782c commit 3eea95e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
3 changes: 0 additions & 3 deletions python-bindings/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ default: build

deps:
@pip install -r requirements-dev.txt
ifeq ($(UNAME_),Linux)
@pip install -r requirements-dev-linux.txt
endif

format:
@black -Sl 100 ${DIR}
Expand Down
3 changes: 0 additions & 3 deletions python-bindings/requirements-dev-linux.txt

This file was deleted.

4 changes: 3 additions & 1 deletion python-bindings/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

black~=20.8b1
flake8~=3.9.0
pyinstaller~=4.1
pyinstaller~=4.3
patchelf-wrapper~=1.2 ; sys_platform == 'linux'
staticx~=0.12.2 ; sys_platform == 'linux'

0 comments on commit 3eea95e

Please sign in to comment.