Skip to content

Commit

Permalink
Add Pipfile and add Pipfile.lock to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MarauderXtreme committed Aug 21, 2022
1 parent 09837cd commit 6e6bc72
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
test.yml
super-linter.log
Pipfile.lock
19 changes: 19 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
ansible = "*"
ansible-lint = "*"
molecule = "*"
molecule-docker = "*"
molecule-vagrant = '*'
docker = "*"
python-vagrant = '*'
yamllint = "*"
setuptools = "*"

[dev-packages]

[requires]

0 comments on commit 6e6bc72

Please sign in to comment.