Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tiegz committed Dec 9, 2023
1 parent f334469 commit 94e4f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/fixtures/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ authors = ["Tyrel Souza <tyrel@tidelift.com>"]
python = "^3.7"
django = "^3.0.7"

# Old way to defining dev deps (<1.2.0)
# Old way to define dev deps (<1.2.0)
[tool.poetry.dev-dependencies]
pytest = "^5.2"

# New way to defining dev deps (>=1.2.0)
# New way to define dev deps (>=1.2.0)
[tool.poetry.group.dev.dependencies]
wcwidth = "*"

Expand Down

0 comments on commit 94e4f86

Please sign in to comment.