Skip to content

Commit 83e1337

Browse files
committed
Change to pipenv
1 parent 2e18e93 commit 83e1337

File tree

3 files changed

+937
-8
lines changed

3 files changed

+937
-8
lines changed

Pipfile

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
ansible = "*"
8+
zabbix-api = "*"
9+
10+
[dev-packages]
11+
molecule = "*"
12+
python-vagrant = "*"
13+
docker-py = "*"
14+
pytest-xdist = "*"
15+
flake8 = "*"
16+
ansible-lint = "*"
17+
18+
[requires]
19+
python_version = "3.9"

0 commit comments

Comments
 (0)