Skip to content

Commit

Permalink
ci: correct dependencies in pyproject.toml and adjust pyinstaller env
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed May 7, 2024
1 parent 6313e89 commit 8479e2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]

dependencies = ["pyyaml", "click"]
dependencies = ['click', 'psutil', 'pyyaml']

[project.urls]
Documentation = "https://github.com/AntaresSimulatorTeam/antares-web-installer#readme"
Expand Down Expand Up @@ -76,7 +76,6 @@ serve = "mkdocs serve -f mkdocs.yml {args}"
gh-deploy = "mkdocs gh-deploy -f mkdocs.yml {args}"

[tool.hatch.envs.pyinstaller]
detached = true
dependencies = ["pyinstaller"]

[tool.hatch.envs.pyinstaller.scripts]
Expand Down

0 comments on commit 8479e2e

Please sign in to comment.