Browse Source

Add dependency to Move-Corresponding XLS

bernhardbuhl 3 years ago
parent
commit
916835a6ec
2 changed files with 4 additions and 3 deletions
  1. 2 1
      requirements.txt
  2. 2 2
      setup.py

+ 2 - 1
requirements.txt

@@ -26,4 +26,5 @@ jinja2>=2.11
 pymsteams>=0.1.12
 slack-webhook>=1.0.3
 psutil>=5.7.0
-atlassian-python-api>=1.16.0
+atlassian-python-api>=1.16.0
+baangt-MvCrrspXLS>=0.0.1

+ 2 - 2
setup.py

@@ -24,8 +24,8 @@ if __name__ == '__main__':
                           "requests", "requests-toolbelt",
                           "schwifty", "selenium", "sqlalchemy",
                           "urllib3", "psutil", "pymsteams", "slack-webhook",
-                          "xl2dict", "xlrd3", "xlsxwriter", "atlassian-python-api"
-                           ],
+                          "xl2dict", "xlrd3", "xlsxwriter", "atlassian-python-api",
+                          "baangt-MvCrrspXLS"],
         classifiers=[
             "Programming Language :: Python :: 3",
             "License :: OSI Approved :: MIT License",