Lock the prompt-toolkit version to 0.38

The newer 0.54 isn't API-compatible.
This commit is contained in:
Ole André Vadla Ravnås
2015-11-02 15:00:16 +01:00
parent 21824e25d7
commit d5b29f700f
+1 -1
View File
@@ -87,7 +87,7 @@ setup(
url="http://www.frida.re",
install_requires=[
"colorama >= 0.2.7",
"prompt-toolkit >= 0.38",
"prompt-toolkit == 0.38",
"pygments >= 2.0.2"
],
license="wxWindows Library Licence, Version 3.1",