Remove pinned pdfminer.six due to version comparison issues
Seems pip couldn't tell that pdfminer.six 20250506 >= 20200101. This package doesn't seem to be imported directly, so removing the dependency, assuming it's a sub-dependency. Also removed updated package URL to Forgejo.
This commit is contained in:
parent
cc4be8b010
commit
93d73788c5
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = conservancy_beancount
|
name = conservancy_beancount
|
||||||
version = 1.20.0
|
version = 1.21.0
|
||||||
author = Software Freedom Conservancy
|
author = Software Freedom Conservancy
|
||||||
author_email = info@sfconservancy.org
|
author_email = info@sfconservancy.org
|
||||||
description = Plugin, library, and reports for reading Conservancy’s books
|
description = Plugin, library, and reports for reading Conservancy’s books
|
||||||
|
@ -12,7 +12,7 @@ long_description = file: README.rst
|
||||||
long_description_content_type = text/x-rst; charset=UTF-8
|
long_description_content_type = text/x-rst; charset=UTF-8
|
||||||
project_urls =
|
project_urls =
|
||||||
Source = %(url)s
|
Source = %(url)s
|
||||||
url = https://k.sfconservancy.org/NPO-Accounting/conservancy_beancount
|
url = https://f.sfconservancy.org/NPO-Accounting/conservancy_beancount
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
@ -36,7 +36,6 @@ install_requires =
|
||||||
colorama
|
colorama
|
||||||
GitPython>=2.0
|
GitPython>=2.0
|
||||||
odfpy>=1.4.0,!=1.4.1
|
odfpy>=1.4.0,!=1.4.1
|
||||||
pdfminer.six>=20200101
|
|
||||||
python-dateutil>=2.7
|
python-dateutil>=2.7
|
||||||
PyYAML>=3.0
|
PyYAML>=3.0
|
||||||
regex
|
regex
|
||||||
|
|
Loading…
Add table
Reference in a new issue