Skip to content

Commit

Permalink
ci: correct dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Jun 14, 2024
1 parent 9a8b19c commit b42a2ba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]

dependencies = ['click', 'psutil', 'pyyaml', 'pyshortcuts', 'pywin32']
dependencies = [
'click',
'psutil',
'pyyaml',
'pywin32; sys_platform == "win32"',
]

[project.urls]
Documentation = "https://github.com/AntaresSimulatorTeam/antares-web-installer#readme"
Expand Down

0 comments on commit b42a2ba

Please sign in to comment.