prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 163 forks source link

add docopt to install_requires in setup.py #51

Closed SanketDG closed 9 years ago

SanketDG commented 9 years ago

As discussed in #41.

jonathanslenders commented 9 years ago

Merged in: https://github.com/jonathanslenders/pyvim/commit/d842f0665f1b22733e52c6bda0892464df867830

Thanks!