Skip to content

Commit 7ee9905

Browse files
committed
Update requirements
1 parent 62e38fd commit 7ee9905

4 files changed

Lines changed: 24 additions & 5 deletions

File tree

.appveyor.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
environment:
22
matrix:
33
- PYTHON: "C:\\PYTHON27"
4-
- PYTHON: "C:\\PYTHON34"
54
- PYTHON: "C:\\PYTHON35"
65
- PYTHON: "C:\\PYTHON36"
76
install:

README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,15 @@ Requirements
3232
------------
3333

3434
- Linux or Windows
35-
- Python 2.7 or 3.x with tkinter + ttk, psutil, babel and pypiwin32 (Windows only)
35+
- Python 2.7 or 3.x
3636

37-
If your tkinter version is older than 8.6.0, then you will also need pillow.
37+
And the python packages:
38+
39+
- tkinter (included in the python distribution for Windows)
40+
- psutil
41+
- babel
42+
- pywin32 (Windows only)
43+
- pillow (only if tkinter.TkVersion < 8.6)
3844

3945

4046
Installation
@@ -119,6 +125,7 @@ Documentation
119125
is asked to confirm its replacement.
120126

121127
Additional option:
128+
122129
- defaultext: extension added to filename if none is given (default is none)
123130

124131

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
tkfilebrowser 2.3.0
5+
-------------------
6+
7+
* Make package compatible with Windows
8+
* Set initial focus on entry in save mode
9+
410
tkfilebrowser 2.2.6
511
-------------------
612

docs/installation.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ Installation
44
Requirements
55
------------
66

7-
- Linux
8-
- Python 2.7 or 3.x with tkinter + ttk (and PIL if tk < 8.6.0), python-psutil and python-babel
7+
- Linux or Windows
8+
- Python 2.7 or 3.x
99

10+
And the python packages:
11+
12+
- tkinter (included in the python distribution for Windows)
13+
- psutil
14+
- babel
15+
- pywin32 (Windows only)
16+
- pillow (only if tkinter.TkVersion < 8.6)
1017

1118
Install
1219
-------

0 commit comments

Comments
 (0)