File tree Expand file tree Collapse file tree 3 files changed +20
-6
lines changed
Expand file tree Collapse file tree 3 files changed +20
-6
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Saturnin
44
55Saturnin is an implementation of Firebird Butler platform for Python.
66
7+ .. important ::
8+
9+ For best experience with Saturnin console and other tools, we recommend to use terminal
10+ with good support for ANSI escape sequences. On Windows platform, we recommend to use
11+ `Windows Terminal `_.
12+
713Installation
814************
915
@@ -113,3 +119,4 @@ For more information, see the `Usage Guide`_.
113119.. _pip : https://pypi.org/project/pip/
114120.. _pipx : https://pypa.github.io/pipx/
115121.. _Usage Guide : https://saturnin.readthedocs.io/en/latest/usage-guide.html
122+ .. _Windows Terminal : https://aka.ms/terminal
Original file line number Diff line number Diff line change 33Getting Started
44###############
55
6+ .. important ::
7+
8+ For best experience with Saturnin console and other tools, we recommend to use terminal
9+ with good support for ANSI escape sequences. On Windows platform, we recommend to use
10+ `Windows Terminal `_.
11+
612Installation
713************
814
@@ -114,3 +120,4 @@ a list of recipes that can be started with the `list recipes` command.
114120.. _PYPI : https://pypi.org/
115121.. _pip : https://pypi.org/project/pip/
116122.. _pipx : https://pypa.github.io/pipx/
123+ .. _Windows Terminal : https://aka.ms/terminal
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ classifiers = [
3434 ]
3535dependencies = [
3636 " toml>=0.10.2" ,
37- " pyzmq>=25.0.0 " ,
38- " protobuf>=4.21.0 , <4.22" ,
37+ " pyzmq>=25.0.2 " ,
38+ " protobuf>=4.21.12 , <4.22" ,
3939 " firebird-butler-protobuf>=0.5.0" ,
40- " firebird-base>=1.5.0 , <2" ,
40+ " firebird-base>=1.6.1 , <2" ,
4141 " firebird-uuid>=0.2.0" ,
4242 " typer>=0.7.0" ,
43- " rich>=13.3.1 " ,
44- " prompt-toolkit>=3.0.36 " ,
43+ " rich>=13.3.3 " ,
44+ " prompt-toolkit>=3.0.38 " ,
4545 " psutil>=5.9.4"
4646 ]
4747dynamic = [" version" ]
@@ -53,7 +53,7 @@ zip-safe = true
5353version = {attr = " saturnin.base.VERSION" }
5454
5555[project .optional-dependencies ]
56- firebird = [" firebird-driver>=1.7 " , " firebird-lib>=1.3" ]
56+ firebird = [" firebird-driver>=1.8 " , " firebird-lib>=1.3" ]
5757
5858[project .urls ]
5959Home = " http://firebirdsql.org/en/saturnin/"
You can’t perform that action at this time.
0 commit comments