Skip to content

Commit

Permalink
Create Pipfile
Browse files Browse the repository at this point in the history
add python dependencies
  • Loading branch information
Barak Schoster Goihman committed Jul 13, 2019
1 parent 8f85245 commit 4bc64e9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 4bc64e9

Please sign in to comment.