Skip to content

Commit

Permalink
refactor(workflow): add dependencies in pyproject.dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Jun 24, 2024
1 parent c5c8d7f commit 82f1577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ dependencies = [
'psutil<5.10',
'pyyaml<6.1',
'pywin32<=306; sys_platform == "win32"',
'fastapi<=0.111.0',
'pyinstaller<=6.3.8',
'httpx<=0.27.0',
]

[project.urls]
Expand Down

0 comments on commit 82f1577

Please sign in to comment.