mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 01:30:33 -04:00
- Update WWW - Change RUN_DEPENDS from py-jsonschema to py-jsonschema417 Changes: https://github.com/frictionlessdata/frictionless-py/releases https://github.com/frictionlessdata/frictionless-py/blob/main/CHANGELOG.md https://github.com/frictionlessdata/frictionless-py/commits/main
20 lines
738 B
TOML
20 lines
738 B
TOML
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
|
|
+++ pyproject.toml
|
|
@@ -43,7 +43,7 @@ dependencies = [
|
|
"chardet>=3.0",
|
|
"requests>=2.10",
|
|
"humanize>=4.2",
|
|
- "tabulate>=0.8.10",
|
|
+ "tabulate>=0.8.9",
|
|
# TODO: remove the limit when https://github.com/python-jsonschema/jsonschema/issues/1119 is resolved
|
|
"jsonschema<4.18",
|
|
"simpleeval>=0.9.11",
|
|
@@ -94,7 +94,7 @@ mysql = ["sqlalchemy>=1.4", "pymysql>=1.0"]
|
|
ods = ["ezodf>=0.3", "lxml>=4.0"]
|
|
pandas = ["pandas>=1.0"]
|
|
parquet = ["fastparquet>=0.8"]
|
|
-postgresql = ["sqlalchemy>=1.4", "psycopg>=3.0", "psycopg2>=2.9"]
|
|
+postgresql = ["sqlalchemy>=1.4", "psycopg>=3.0"]
|
|
spss = ["savReaderWriter>=3.0"]
|
|
sql = ["sqlalchemy>=1.4"]
|
|
visidata = ["visidata>=2.10"]
|