mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
15 lines
369 B
Python
15 lines
369 B
Python
--- setup.py.orig 2020-08-17 07:46:54 UTC
|
|
+++ setup.py
|
|
@@ -9,9 +9,9 @@ package_data = \
|
|
|
|
install_requires = \
|
|
['colorama>=0.4.3,<0.5.0',
|
|
- 'jinja2>=2.11.2,<3.0.0',
|
|
- 'packaging>=20.4,<21.0',
|
|
- 'pathspec>=0.8.0,<0.9.0',
|
|
+ 'jinja2>=2.11.2',
|
|
+ 'packaging>=20.4',
|
|
+ 'pathspec>=0.8.0',
|
|
'plumbum>=1.6.9,<2.0.0',
|
|
'pydantic>=1.5.1,<2.0.0',
|
|
'pyyaml-include>=1.2,<2.0',
|