Skip to content

Commit 5a0306d

Browse files
committed
using pipenv instead of requirements, but generating for those who use pip
1 parent cd3543b commit 5a0306d

File tree

3 files changed

+777
-10
lines changed

3 files changed

+777
-10
lines changed

Pipfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
yamllint = "*"
8+
ansible-lint = "*"
9+
molecule = {extras = ["docker"],version = "*"}
10+
11+
[packages]
12+
docker = "*"
13+
ansible = "*"
14+
selinux = "*"
15+
python-vagrant = "*"
16+
17+
[requires]
18+
python_version = "3"

0 commit comments

Comments
 (0)