guardicore / monkey

Infection Monkey - An open-source adversary emulation platform
https://www.guardicore.com/infectionmonkey/
GNU General Public License v3.0
6.62k stars 772 forks source link

Freeze python dependencies with pipenv #1091

Closed mssalvatore closed 3 years ago

mssalvatore commented 3 years ago

Properly freeze our python dependencies with pipenv Duplicate issue: #915 Partially solves: #294 (pip requirements should get added to lock automatically)

mssalvatore commented 3 years ago

Dependabot submitted this PR https://github.com/guardicore/monkey/pull/1067. Investigate whether or not cryptography is a dependency we still need.