Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
AWS_Auditing_Framework/requirements.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Andrew Aiken
Recommend python virtual env & update packages
9 lines (8 sloc)
207 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Only necessary for development. | |
# black==19.3b0 | |
# flake8==3.7.7 | |
argcomplete~=3.2.3 | |
PyYAML~=6.0.1 | |
boto3~=1.34.77 # The ecs_takeover scenario assumes boto3 is available | |
requests~=2.31.0 | |
sqlite-utils~=3.36 |