Fix Pipfile

This commit is contained in:
shaunography
2019-08-21 19:34:14 +01:00
committed by GitHub
parent de5b87c6ad
commit f3d617a1c8

View File

@@ -6,9 +6,9 @@ verify_ssl = true
[dev-packages]
[packages]
boto3="1.9.188"
ansi2html="1.5.2"
detect-secrets="0.12.4"
boto3 = ">=1.9.188"
ansi2html = ">=1.5.2"
detect-secrets = ">=0.12.4"
[requires]
python_version = "3.7"