Skip to content

Commit

Permalink
change req. from .txt to .in
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Apr 2, 2024
1 parent 2d53fd5 commit 5be5340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers=[
]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements/requirements.txt"]}
dependencies = {file = ["requirements/requirements.in"]}

[project.optional-dependencies]
dev = ["check-manifest"]
Expand Down

0 comments on commit 5be5340

Please sign in to comment.