Skip to content

Commit

Permalink
adjust deps
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2024
1 parent 2e82048 commit 49ee3c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/internal/winmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,14 @@


# mandatory deps
if not PY3:
if PY3:
DEPS = [
"setuptools",
"pytest",
"pytest-xdist",
]
else:
DEPS = [
"enum34",
"futures",
"ipaddress",
"mock==1.0.1",
Expand All @@ -65,7 +64,6 @@
DEPS += [
"coverage",
"pdbpp",
"pip",
"pyperf",
"pyreadline",
"requests",
Expand Down

0 comments on commit 49ee3c9

Please sign in to comment.