Remove pyinstaller from requirements as it's needed just for packaging
This commit is contained in:
@@ -11,4 +11,3 @@ packaging == 16.8
|
||||
roman == 2.0.0
|
||||
beautifulsoup4 == 4.6.0
|
||||
pyyaml >= 5.1
|
||||
PyInstaller >= 3.6
|
||||
|
||||
@@ -5,3 +5,4 @@ sudo python3 -m ensurepip --upgrade
|
||||
# A manual check that the correct version of Python is running.
|
||||
python3 --version
|
||||
python3 -m pip install -r requirements.txt
|
||||
python3 -m pip install PyInstaller
|
||||
|
||||
Reference in New Issue
Block a user