Skip to content

Commit

Permalink
Fix dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisie committed Dec 19, 2024
1 parent 56c4a18 commit c7485ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ dependencies = [
"colorama",
"requests",
"flask",
"pytest",
"requests-mock",
"ruff",
]

[project.scripts]
Expand All @@ -25,6 +22,7 @@ build-backend = "setuptools.build_meta"
dev = [
"pytest",
"requests-mock",
"ruff",
]

[tool.ruff]
Expand Down

0 comments on commit c7485ed

Please sign in to comment.