Skip to content

Commit

Permalink
Add setuptools for win
Browse files Browse the repository at this point in the history
  • Loading branch information
snejus committed Sep 4, 2024
1 parent ed0d266 commit d4bed72
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 21 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ mediafile = ">=0.12.0"
munkres = ">=1.0.0"
musicbrainzngs = ">=0.4"
pyyaml = "*"
setuptools = { version = "*", markers = "sys_platform == 'win32'" }
typing_extensions = { version = "*", python = "<=3.10" }
unidecode = ">=1.3.6"

beautifulsoup4 = { version = "*", optional = true }
dbus-python = { version = "*", optional = true }
flask = { version = "*", optional = true }
Expand Down

0 comments on commit d4bed72

Please sign in to comment.