Skip to content

Commit

Permalink
Renamed to requirements.txt (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-astus authored Mar 19, 2024
1 parent d2a8b3f commit 7203ee9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .snyk/dependency-sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def sync():
pyproject = tomlkit.loads(Path("pyproject.toml").read_text())
dependencies = pyproject["project"]["dependencies"]
dev_dependencies = pyproject["project"]["optional-dependencies"]["development"]
with open(".snyk/req-auto-generated.txt", "w") as req:
with open(".snyk/requirements.txt", "w") as req:
req.write("# Auto generated\n")
for dep in dependencies:
req.write(f"{dep}\n")
Expand Down
File renamed without changes.

0 comments on commit 7203ee9

Please sign in to comment.