개정판 d454669b
Fixed virtual env path
Change-Id: I6cb36f57644b4978738b7ddc1c0686a6d5d3a842
build.bat | ||
---|---|---|
1 |
.\HYTOS\HYTOS\.venv\scripts\activate.bat & pip install -r .\requirements.txt & pyinstaller .\App.spec --onedir -p ".venv\Lib\site-packages\PyQt5" -w --log-level=DEBUG -y & deactivate.bat |
|
1 |
.\HYTOS\HYTOS\.venv\scripts\activate.bat & pip install -r .\requirements.txt & pyinstaller .\App.spec --onedir -p ".\HYTOS\HYTOS\.venv\Lib\site-packages\PyQt5" -w --log-level=DEBUG -y & deactivate.bat
|
|
2 | 2 |
IF %ERRORLEVEL% NEQ 0 goto :ERROR |
3 | 3 |
|
4 | 4 |
:EOF |
requirements.txt | ||
---|---|---|
1 |
altgraph==0.17 |
|
1 | 2 |
astroid==2.4.2 |
2 | 3 |
colorama==0.4.3 |
3 | 4 |
et-xmlfile==1.0.1 |
5 |
future==0.18.2 |
|
4 | 6 |
isort==5.5.1 |
5 | 7 |
jdcal==1.4.1 |
6 | 8 |
lazy-object-proxy==1.4.3 |
7 | 9 |
mccabe==0.6.1 |
8 | 10 |
openpyxl==3.0.5 |
11 |
pefile==2019.4.18 |
|
12 |
pyinstaller==4.1 |
|
13 |
pyinstaller-hooks-contrib==2020.11 |
|
9 | 14 |
pylint==2.6.0 |
10 | 15 |
PyQt5==5.15.0 |
11 | 16 |
PyQt5-sip==12.8.1 |
17 |
pywin32-ctypes==0.2.0 |
|
12 | 18 |
six==1.15.0 |
13 | 19 |
toml==0.10.1 |
14 | 20 |
typed-ast==1.4.1 |
내보내기 Unified diff