Skip to content

Commit eba328e

Browse files
committed
Require python3 compatible mpyq.
1 parent cbb76fa commit eba328e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
]
4646
},
4747

48-
install_requires=['mpyq','argparse'] if float(sys.version[:3]) < 2.7 else ['mpyq'],
48+
install_requires=['mpyq>=0.2.2','argparse'] if float(sys.version[:3]) < 2.7 else ['mpyq>=0.2.2'],
4949
packages=setuptools.find_packages(),
5050
include_package_data=True,
5151
zip_safe=True

0 commit comments

Comments
 (0)