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:
Ben Sturmfels 2025-07-12 13:21:03 +10:00
parent cc4be8b010
commit 93d73788c5
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0

View file

@ -1,6 +1,6 @@
[metadata]
name = conservancy_beancount
version = 1.20.0
version = 1.21.0
author = Software Freedom Conservancy
author_email = info@sfconservancy.org
description = Plugin, library, and reports for reading Conservancys books
@ -12,7 +12,7 @@ long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
project_urls =
Source = %(url)s
url = https://k.sfconservancy.org/NPO-Accounting/conservancy_beancount
url = https://f.sfconservancy.org/NPO-Accounting/conservancy_beancount
[bdist_wheel]
universal = 1
@ -36,7 +36,6 @@ install_requires =
colorama
GitPython>=2.0
odfpy>=1.4.0,!=1.4.1
pdfminer.six>=20200101
python-dateutil>=2.7
PyYAML>=3.0
regex