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 1
1
CHANGELOG
2
2
=========
3
3
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
+
4
14
0.32: 2016-03-29
5
15
---------------
6
16
Original file line number Diff line number Diff line change 13
13
setup (
14
14
name = 'ptpython' ,
15
15
author = 'Jonathan Slenders' ,
16
- version = '0.32 ' ,
16
+ version = '0.33 ' ,
17
17
url = 'https://github.com/jonathanslenders/ptpython' ,
18
18
description = 'Python REPL build on top of prompt_toolkit' ,
19
19
long_description = long_description ,
20
20
packages = find_packages ('.' ),
21
21
install_requires = [
22
22
'docopt' ,
23
23
'jedi>=0.9.0' ,
24
- 'prompt_toolkit==0.60 ' ,
24
+ 'prompt_toolkit>=1.0.0,<2.0.0 ' ,
25
25
'pygments' ,
26
26
],
27
27
entry_points = {
You can’t perform that action at this time.
0 commit comments