mirror of
https://github.com/calebstewart/pwncat.git
synced 2024-12-02 13:24:15 +01:00
fix python install setup
This commit is contained in:
parent
995ddd320f
commit
9460a51e31
15
setup.py
15
setup.py
@ -7,12 +7,19 @@ import shutil, os, stat
|
|||||||
import binascii
|
import binascii
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"prompt-toolkit",
|
"colorama==0.4.3",
|
||||||
"wcwidth",
|
"wcwidth==0.1.9",
|
||||||
"colorama"
|
"netifaces==0.10.9",
|
||||||
|
"pygments==2.6.1",
|
||||||
|
"base64io",
|
||||||
|
"commentjson",
|
||||||
|
"requests",
|
||||||
|
"prompt-toolkit"
|
||||||
]
|
]
|
||||||
|
|
||||||
dependency_links = []
|
dependency_links = [
|
||||||
|
"https://github.com/calebstewart/python-prompt-toolkit/tarball/master#egg=prompt-toolkit"
|
||||||
|
]
|
||||||
|
|
||||||
# Setup
|
# Setup
|
||||||
setup(
|
setup(
|
||||||
|
Loading…
Reference in New Issue
Block a user