Force version for prompt-toolkit in setup.py

This commit is contained in:
Alexandre Aubin 2021-09-23 00:57:22 +02:00
parent c4b559cf6b
commit 088ef05e07

View file

@ -33,7 +33,7 @@ install_deps = [
"toml", "toml",
"gevent-websocket", "gevent-websocket",
"bottle", "bottle",
"prompt-toolkit", "prompt-toolkit==1.0.15",
] ]
test_deps = [ test_deps = [