Skip to content

Commit 08d462c

Browse files
author
Luka Žaja
committed
Pinned pip deps (setup.py & setup.cfg)
1 parent 3e53883 commit 08d462c

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

setup.cfg

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = refind_btrfs
3-
version = 0.5.2
3+
version = 0.5.3
44
description = Generate rEFInd manual boot stanzas from Btrfs snapshots
55
long_description = file: README.md
66
keywords = rEFInd, btrfs
@@ -27,16 +27,16 @@ package_dir =
2727
packages = find:
2828
include_package_data = True
2929
install_requires =
30-
antlr4-python3-runtime
31-
injector
32-
more-itertools
33-
pid
34-
semantic-version
35-
systemd-python
36-
tomlkit
37-
transitions
38-
typeguard
39-
watchdog
30+
antlr4-python3-runtime ==4.11.1
31+
injector ==0.20.1
32+
more-itertools ==8.14.0
33+
pid ==3.0.4
34+
semantic-version ==2.10.0
35+
systemd-python ==234
36+
tomlkit ==0.11.4
37+
transitions ==0.9.0
38+
typeguard ==2.13.3
39+
watchdog ==2.1.6
4040
python_requires = >= 3.9
4141

4242
[options.extras_require]

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
setuptools.setup(
3030
name="refind-btrfs",
31-
version="0.5.2",
31+
version="0.5.3",
3232
author="Luka Žaja",
3333
author_email="luka.zaja@protonmail.com",
3434
description="Generate rEFInd manual boot stanzas from Btrfs snapshots",
@@ -49,16 +49,16 @@
4949
packages=setuptools.find_packages(where="src"),
5050
include_package_data=True,
5151
install_requires=[
52-
"antlr4-python3-runtime",
53-
"injector",
54-
"more-itertools",
55-
"pid",
56-
"semantic-version",
57-
"systemd-python",
58-
"tomlkit",
59-
"transitions",
60-
"typeguard",
61-
"watchdog",
52+
"antlr4-python3-runtime ==4.11.1",
53+
"injector ==0.20.1",
54+
"more-itertools ==8.14.0",
55+
"pid ==3.0.4",
56+
"semantic-version ==2.10.0",
57+
"systemd-python ==234",
58+
"tomlkit ==0.11.4",
59+
"transitions ==0.9.0",
60+
"typeguard ==2.13.3",
61+
"watchdog ==2.1.6",
6262
],
6363
entry_points={
6464
"console_scripts": [

0 commit comments

Comments
 (0)