Skip to content

Commit 7cca57b

Browse files
committed
Documentation
1 parent 5904349 commit 7cca57b

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Saturnin
44

55
Saturnin 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+
713
Installation
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

docs/getting-started.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Getting 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+
612
Installation
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

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ classifiers = [
3434
]
3535
dependencies = [
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
]
4747
dynamic = ["version"]
@@ -53,7 +53,7 @@ zip-safe = true
5353
version = {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]
5959
Home = "http://firebirdsql.org/en/saturnin/"

0 commit comments

Comments
 (0)