Commit a3ad4f9
authored
Drop pkg_resources module, since that is only python <3.8 (#428)
Since pykeepass dropped support for python <3.8, we can remove the
hack to rely on setuptools' pkg_resources for these versions.
Also, we need to record the dependency on importlib-metadata, since
this is otherwise not installed and attempted to fall back on the
obsolete pkg_resources codepath.1 parent 34e5319 commit a3ad4f9
2 files changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments