Skip to content

Commit

Permalink
fix: dev dependencies (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifplusor committed Jul 14, 2023
1 parent d920f84 commit d36890c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rye/src/cli/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ build-backend = "pdm.backend"
[tool.rye]
managed = true
{%- if dev_dependencies %}
dev_dependencies = [
dev-dependencies = [
{%- for dependency in dev_dependencies %}
{{ dependency }},
{%- endfor %}
]
{%- else %}
dev_dependencies = []
dev-dependencies = []
{%- endif %}
{%- if build_system == "hatchling" %}
Expand Down

0 comments on commit d36890c

Please sign in to comment.