mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
Changes: https://github.com/frictionlessdata/livemark/releases https://github.com/frictionlessdata/livemark/commits/main
15 lines
331 B
Python
15 lines
331 B
Python
--- setup.py.orig 2024-04-16 13:24:16 UTC
|
|
+++ setup.py
|
|
@@ -37,10 +37,10 @@ INSTALL_REQUIRES = [
|
|
}
|
|
INSTALL_REQUIRES = [
|
|
"attrs>=22.0",
|
|
- "marko==1.*",
|
|
+ "marko>=1.0",
|
|
"pyyaml>=5.3",
|
|
"jinja2>=3.0",
|
|
- "pyquery==1.*",
|
|
+ "pyquery>=1.0",
|
|
"deepmerge>=0.3",
|
|
"gitpython>=3.1",
|
|
"jsonschema>=2.5",
|