Skip to content

Commit c9a6a81

Browse files
committed
Remove Snyk config
1 parent bf93da6 commit c9a6a81

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

setup.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@
2525
"voluptuous",
2626
]
2727

28-
# Write requirements.txt needed for snyk testing, only for latest release python.
29-
if os.environ.get("SNYK_TOKEN") and os.environ.get("RUN_SNYK"):
30-
with open("requirements.txt", "w") as f:
31-
for r in requirements:
32-
f.write(r + "\n")
33-
3428
setup(
3529
name="minfraud",
3630
version=_version,

0 commit comments

Comments
 (0)