Skip to content

Commit

Permalink
bump fixes and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
astibal committed Jun 15, 2020
1 parent 9a08039 commit d5a2dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setuptools.setup(
name='pplay',
version='2.0.0-2',
version='2.0.0-5',
scripts=['pplay.py', 'smcap2pcap'],
author="Ales Stibal",
author_email="[email protected]",
Expand All @@ -24,5 +24,5 @@
"Operating System :: OS Independent",
],
include_package_data=True,
install_requires=["scapy", "colorama", "paramiko", "requests", "pysocks"]
install_requires=["scapy", "colorama", "paramiko", "requests", "pysocks", "cryptography"]
)

0 comments on commit d5a2dc0

Please sign in to comment.