Browse Source

Requirements updated seperately for windows

Akash Singh 3 years ago
parent
commit
11740c6a44
2 changed files with 4 additions and 3 deletions
  1. 1 3
      requirements.txt
  2. 3 0
      windowsRequirement.txt

+ 1 - 3
requirements.txt

@@ -25,6 +25,4 @@ numpy>=1.18.4
 jinja2>=2.11
 pymsteams>=0.1.12
 slack-webhook>=1.0.3
-psutil>=5.7.0
-pywin32>=227
-pywin32-ctypes==0.2.0
+psutil>=5.7.0

+ 3 - 0
windowsRequirement.txt

@@ -0,0 +1,3 @@
+-r requirements.txt
+Pywin32>=227
+Pywin32-ctypes==0.2.0