Skip to content

Commit 19f5b95

Browse files
committed
Remove hashes as unneeded for functionality
1 parent f29d25e commit 19f5b95

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • exasol/toolbox/util/dependencies

exasol/toolbox/util/dependencies/audit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ def export_dependencies_to_file(output_file: Path, working_directory: Path) -> N
173173
"--format=requirements.txt",
174174
"--all-groups",
175175
"--all-extras",
176+
"--without-hashes",
176177
]
177178
output = subprocess.run(
178179
command,

0 commit comments

Comments
 (0)