fix some line-endings, add dependencies, allow python other than 3.8

This commit is contained in:
Lee Goolsbee
2022-09-08 16:21:55 -05:00
parent d4cde110e8
commit 57c2cad83f
3 changed files with 34 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ name = "pypi"
ansible-core = "==2.13.3"
boto3 = "==1.24.68"
botocore = "==1.27.68"
psycopg2 = "==2.9.3"
[dev-packages]
molecule = "==4.0.1"