Skip to content

Commit 9494d3b

Browse files
committed
Add 'mtls init' allowing for intital setup ease
`mtls init` allows users to do inital setup via a prompt based setup as well as add servers easily. Fixes #30
1 parent 9264411 commit 9494d3b

File tree

6 files changed

+386
-216
lines changed

6 files changed

+386
-216
lines changed

Pipfile

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
black = "==19.3b0"
8-
pycodestyle = "==2.5.0"
9-
coverage = "==4.5.2"
10-
coveralls = "==1.6.0"
11-
docker = "==3.7.1"
7+
black = "==20.8b1"
8+
coverage = "==5.3"
9+
coveralls = "==2.1.2"
10+
docker = "==4.3.1"
1211

1312
[packages]
14-
click = "==7.0"
15-
cryptography = "==2.4.2"
16-
pyOpenSSL = "==19.0.0"
17-
pycodestyle = "==2.4.0"
18-
python-gnupg = "==0.4.5"
19-
requests = "==2.21.0"
20-
urllib3 = "==1.24.3"
13+
click = "==7.1.2"
14+
cryptography = "==3.1.1"
15+
pyOpenSSL = "==19.1.0"
16+
pycodestyle = "==2.6.0"
17+
python-gnupg = "==0.4.6"
18+
requests = "==2.24.0"
19+
urllib3 = "==1.25.10"

0 commit comments

Comments
 (0)