Skip to content

Commit d4a1be1

Browse files
authored
chisel2.py fixes (#426)
fix: add requirements.txt for chisel2.py docs: correct filename in usage for chisel2.py
1 parent 66511d8 commit d4a1be1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

test/chisel2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
$ virtualenv venv
77
$ . venv/bin/activate
88
$ pip install -r requirements.txt
9-
$ python chisel.py foo.com bar.com
9+
$ python chisel2.py foo.com bar.com
1010
"""
1111
from __future__ import print_function
1212
import logging

test/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
acme
2+
cryptography
3+
josepy
4+
pyOpenSSL
5+
requests

0 commit comments

Comments
 (0)