Use lib version of prompt-toolkit.

This commit is contained in:
Richard Kiss 2019-10-30 14:46:37 -07:00
parent cab772bcf6
commit 8b400d73fd
2 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,6 @@ python3 -m venv .venv
pip install wheel
pip install .
pip install lib/chiapos
pip install lib/python-prompt-toolkit
cd lib/chiavdf/fast_vdf
# Install libgmp, libboost, and libflint, and then run the following

View File

@ -28,7 +28,6 @@ parso==0.5.1
pexpect==4.7.0
pickleshare==0.7.5
pluggy==0.13.0
prompt-toolkit==3.0.0
ptyprocess==0.6.0
py==1.8.0
pybind11==2.4.3
@ -47,3 +46,4 @@ typing-extensions==3.7.4
wcwidth==0.1.7
zipp==0.6.0
-e lib/aiter
-e lib/python-prompt-toolkit