mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Force version for prompt-toolkit in setup.py
This commit is contained in:
parent
c4b559cf6b
commit
088ef05e07
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ install_deps = [
|
|||
"toml",
|
||||
"gevent-websocket",
|
||||
"bottle",
|
||||
"prompt-toolkit",
|
||||
"prompt-toolkit==1.0.15",
|
||||
]
|
||||
|
||||
test_deps = [
|
||||
|
|
Loading…
Add table
Reference in a new issue