Merge pull request #1 from bridgecrewio/create-pipfile

Create Pipfile
This commit is contained in:
Barak Schoster Goihman
2019-07-14 01:07:41 +03:00
committed by GitHub

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
boto3="1.9.188"
ansi2html="1.5.2"
detect-secrets="0.12.4"
[requires]
python_version = "3.7"