Skip to content

Commit

Permalink
refactor: Remove unused requirements-export tasks in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jslorrma committed Sep 27, 2024
1 parent cfbe79f commit 539ed0a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,18 +171,6 @@ cmd = """version=$(pixi exec hatch version) \
&& git push origin v$version
"""

[tool.pixi.feature.dev.tasks.requirements-export]
# Export dependencies to requirements.txt
cmd = "bitc_helper export-requirements requirements"

[tool.pixi.feature.dev.tasks.requirements-export-dev]
# Export development dependencies to requirements.txt
cmd = "bitc_helper export-requirements requirements --feature dev"

[tool.pixi.feature.dev.tasks.requirements-export-all]
# Export all dependencies to requirements.txt
cmd = "bitc_helper export-requirements requirements --all"

# ─────────────────────────────────────────────────────────────────────────────
# Code Formatting and Linting
# ─────────────────────────────────────────────────────────────────────────────
Expand Down

0 comments on commit 539ed0a

Please sign in to comment.