File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.33: 2016-05-05
5+ ---------------
6+
7+ Upgrade to prompt_toolkit 1.0.0
8+
9+ Improvements:
10+ - Unindent after typing 'pass'.
11+ - Make it configurable whether or not a blank line has to be inserted after the output.
12+
13+
4140.32: 2016-03-29
515---------------
616
Original file line number Diff line number Diff line change 1313setup (
1414 name = 'ptpython' ,
1515 author = 'Jonathan Slenders' ,
16- version = '0.32 ' ,
16+ version = '0.33 ' ,
1717 url = 'https://github.com/jonathanslenders/ptpython' ,
1818 description = 'Python REPL build on top of prompt_toolkit' ,
1919 long_description = long_description ,
2020 packages = find_packages ('.' ),
2121 install_requires = [
2222 'docopt' ,
2323 'jedi>=0.9.0' ,
24- 'prompt_toolkit==0.60 ' ,
24+ 'prompt_toolkit>=1.0.0,<2.0.0 ' ,
2525 'pygments' ,
2626 ],
2727 entry_points = {
You can’t perform that action at this time.
0 commit comments