Skip to content

Commit

Permalink
change build extras group to build dependency group
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Jul 1, 2024
1 parent e1b5a88 commit ba7e19b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions autogpt/poetry.lock

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

11 changes: 5 additions & 6 deletions autogpt/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,8 @@ sentry-sdk = "^1.40.4"
agbenchmark = { path = "../benchmark", optional = true }
# agbenchmark = {git = "https://github.com/Significant-Gravitas/AutoGPT.git", subdirectory = "benchmark", optional = true}

# Build
cx-freeze = { git = "https://github.com/ntindle/cx_Freeze.git", rev = "main", optional = true }
# HACK: switch to cx-freeze release package after #2442 and #2472 are merged: https://github.com/marcelotduarte/cx_Freeze/pulls?q=is:pr+%232442+OR+%232472+
# cx-freeze = { version = "^7.2.0", optional = true }

[tool.poetry.extras]
benchmark = ["agbenchmark"]
build = ["cx-freeze"]

[tool.poetry.group.dev.dependencies]
black = "^23.12.1"
Expand All @@ -74,6 +68,11 @@ pytest-recording = "*"
pytest-xdist = "*"
vcrpy = { git = "https://github.com/Significant-Gravitas/vcrpy.git", rev = "master" }

[tool.poetry.group.build.dependencies]
cx-freeze = { git = "https://github.com/ntindle/cx_Freeze.git", rev = "main", optional = true }
# HACK: switch to cx-freeze release package after #2442 and #2472 are merged: https://github.com/marcelotduarte/cx_Freeze/pulls?q=is:pr+%232442+OR+%232472+
# cx-freeze = { version = "^7.2.0", optional = true }


[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit ba7e19b

Please sign in to comment.