aws/requirements.in
- 319 bytes
- pip-compile input file
- View raw
1# This is a set of requirements that are solely used for my aws scripts.
2#
3# I'm only keeping these scripts for archival purposes, so I want
4# a record of the dependencies, but I don't need to keep them installed
5# in my virtualenv all the time.
7attrs
8boto3
9hyperlink
10naturalsort==1.5.1 # Used as 'natsort'
11termcolor