Skip to content

Commit

Permalink
deps: dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tadams42 committed May 8, 2024
1 parent 1d9d602 commit bd32312
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ dev = [
"check-manifest >= 0.47",
"flask-shell-ipython >= 0.5.1",
"ipython >= 8.6.0",
"isort >= 5.10.1",
# "isort >= 5.10.1",
"pip-tools >= 6.5.1",
"ruff",
"rich",
]
# For dev machines and CI generating docs
docs = [
Expand All @@ -62,10 +63,10 @@ tests = [
"coverage",
"factory-boy >= 3.2.1",
"faker >= 12.3.0",
"lorem >= 0.1.1",
# "lorem >= 0.1.1",
"pytest >= 7.0.1",
"pytest-profiling >= 1.7.0",
"pytest-random-order >= 1.0.4",
# "pytest-profiling >= 1.7.0",
# "pytest-random-order >= 1.0.4",
"pytest-spec >= 3.2.0",
]

Expand Down

0 comments on commit bd32312

Please sign in to comment.