Bernhard 4 years ago
parent
commit
b034daba50
4 changed files with 5 additions and 3 deletions
  1. 1 0
      .gitignore
  2. 1 1
      execWindows.bat
  3. 1 1
      requirements.txt
  4. 2 1
      setup.py

+ 1 - 0
.gitignore

@@ -16,3 +16,4 @@ baangt_*.xlsx
 
 /.eggs/
 /baangt.egg-info/
+/venv3_6/

+ 1 - 1
execWindows.bat

@@ -2,7 +2,7 @@ rm -r dist
 rm -r build
 rm -r executables
 
-pyinstaller --noconfirm --path venv/Lib/site-packages windows/baangtWindows.spec
+pyinstaller --noconfirm --path C:/Users/buhl/git/baangt/venv3_6/Lib/site-packages windows/baangtWindows.spec
 
 rem Remove Screenshots and Logs ^
 rm -r dist/baangt/examples/Screenshots

+ 1 - 1
requirements.txt

@@ -21,4 +21,4 @@ wheel>=0.34.2
 xl2dict>=0.1.5
 xlrd>=1.2.0
 XlsxWriter>=1.2.7
-
+numpy>=1.18.4

+ 2 - 1
setup.py

@@ -16,7 +16,8 @@ if __name__ == '__main__':
         packages=setuptools.find_packages(),
         data_files=[('baangt', ["baangt/ressources/baangtLogo.png", "baangt/ressources/baangtLogo2020Small.png"])],
         package_data={"baangt.ressources": ['*.png',]},
-        install_requires=["Appium-Python-Client", "beautifulsoup4", "browsermob-proxy","dataclasses", "dataclasses-json",
+        install_requires=["Appium-Python-Client", "beautifulsoup4", "browsermob-proxy",
+                          "dataclasses", "dataclasses-json",
                           "faker",  "gevent", "lxml",
                           "openpyxl",
                           "Pillow", "pluggy", "pyperclip",  "pyQT5",