Browse Source

Bumps für xlsclone

bernhardbuhl 3 years ago
parent
commit
8eefc40708
3 changed files with 4 additions and 3 deletions
  1. 1 1
      baangt/base/CustGlobalConstants.py
  2. 2 1
      requirements.txt
  3. 1 1
      setup.py

+ 1 - 1
baangt/base/CustGlobalConstants.py

@@ -1,6 +1,6 @@
 CUST_TOASTS = "Toasts"
 # CUST_TOASTS_ERROR = "ToastsError" --> Replaced by GC.TESTCASEERRORLOG
-VIGOGFNUMMER = "GF#"
+VIGOGFNUMMER = "VIGO-GF"
 SAPPOLNR = "SAP Polizzennr"
 PRAEMIE = "Prämie"
 POLNRHOST = "PolNR Host"

+ 2 - 1
requirements.txt

@@ -28,4 +28,5 @@ pymsteams>=0.1.12
 slack-webhook>=1.0.3
 psutil>=5.7.0
 atlassian-python-api>=1.16.0
-icopy2xls>=0.0.3
+icopy2xls>=0.0.3
+xlsclone>=0.0.4

+ 1 - 1
setup.py

@@ -25,7 +25,7 @@ if __name__ == '__main__':
                           "schwifty", "selenium", "sqlalchemy",
                           "urllib3", "psutil", "pymsteams", "slack-webhook",
                           "xl2dict", "xlrd3", "xlsxwriter", "atlassian-python-api",
-                          "icopy2xls"],
+                          "icopy2xls", "xlsclone"],
         classifiers=[
             "Programming Language :: Python :: 3",
             "License :: OSI Approved :: MIT License",