Skip to content

Commit

Permalink
Fixed typo in install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
ghecko committed Oct 16, 2020
1 parent dcb960f commit 456746e
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 @@ -6,7 +6,7 @@
__authors__ = "Jordan Ovrè, Paul Duncan"
__copyright__ = "Copyright (c) ImmunIT - Jordan Ovrè / Paul Duncan"
__license__ = "Apache 2.0"
__version__ = "1.0.3"
__version__ = "1.0.4"
__contact__ = "Jordan Ovrè / Ghecko <[email protected]>, Paul Duncan / Eresse <[email protected]>"

description = 'Octowire library'
Expand All @@ -30,7 +30,7 @@
download_url='https://github.com/immunIT/octowire-lib/archive/1.0.2.tar.gz',
install_requires=[
'pyserial>=3.4,<4',
'beautifultable==1.0.0'
'beautifultable==1.0.0',
'colorama; platform_system == "Windows"'
],
classifiers=[
Expand Down

0 comments on commit 456746e

Please sign in to comment.