Skip to content

Commit

Permalink
Merge pull request #36 from SethHollandsworth/dependency_versions
Browse files Browse the repository at this point in the history
setting version numbers for dependencies
  • Loading branch information
SethHollandsworth authored Sep 1, 2023
2 parents 60c199c + 5b9be2f commit 51c8951
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/confcom/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
"License :: OSI Approved :: MIT License",
]

DEPENDENCIES = ["docker", "tqdm", "deepdiff"]
DEPENDENCIES = [
"docker==6.0.1",
"tqdm==4.65.0",
"deepdiff==6.3.0"
]

SecurityPolicyProxy.download_binaries()

Expand Down

0 comments on commit 51c8951

Please sign in to comment.