elastic / SWAT

Simple Workspace Attack Tool (SWAT) is a tool for simulating malicious behavior against Google Workspace in reference to the MITRE ATT&CK framework.
Apache License 2.0
161 stars 7 forks source link

[Maintenance] Change to Poetry for Package Management #34

Closed terrancedejesus closed 1 year ago

terrancedejesus commented 1 year ago

Overview

This pull request adjusts the package management of SWAT to Poetry from setup.py.

To install package: poetry install (base installation) poetry install --extras "audit_support" (base installation w/ Pandas for GWS auditing)

Screenshot 2023-07-18 at 8 34 30 PM

@brokensound77