Skip to content

Commit

Permalink
remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Oct 27, 2023
1 parent 313907c commit 1d70f20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ tabulate
tqdm
pyyaml
pywin32; platform_system == "Windows"
pyuac; platform_system == "Windows"
elevate; sys_platform == "darwin"
pyuac; platform_system == "Windows"
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def readfile(filename):
tqdm
pywin32; platform_system == "Windows"
pyuac; platform_system == "Windows"
elevate; sys_platform == "darwin"
""".splitlines()

version = readfile("VERSION").strip()
Expand Down

0 comments on commit 1d70f20

Please sign in to comment.