File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,11 @@ point version number increments. You can use this expression in a ``pip install`
4040
4141 $ pip install "eventsourcing>=9.4.0,<9.5.0"
4242
43- You can use the same expression in ``requirements.txt `` files, in a ``setup.py `` files, and
44- in a ``pyproject.toml `` files. For example, if you are specifying the dependencies of your project
45- in a ``pyproject.toml `` file, you can specify the dependency on this library in the following way.
43+ You can use the same expression in ``requirements.txt `` files, in ``setup.py `` files, and
44+ in ``pyproject.toml `` files.
45+
46+ For example, if you are specifying the dependencies of your project in a ``pyproject.toml ``
47+ file, you can specify the dependency on this library in the following way.
4648
4749::
4850
You can’t perform that action at this time.
0 commit comments