Skip to content

Commit

Permalink
tgalal#3124 pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
bahkadomos committed Apr 27, 2023
1 parent a12cdcf commit f593182
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
import platform
import sys

deps = ['consonance==0.1.5', 'argparse', 'python-axolotl==0.2.2', 'six==1.10', 'appdirs', 'protobuf>=3.6.0']
deps = ['consonance==0.1.5', 'python-axolotl==0.2.2', 'six==1.10', 'appdirs', 'protobuf>=3.6.0']

if sys.version_info < (2, 7):
deps.append('importlib')
deps.append('argparse')

if platform.system().lower() == "windows":
deps.append('pyreadline')
Expand Down

0 comments on commit f593182

Please sign in to comment.