mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
11 lines
416 B
Python
11 lines
416 B
Python
--- setup.py.orig 2023-03-31 01:40:17 UTC
|
|
+++ setup.py
|
|
@@ -30,7 +30,7 @@ setup(name='glom',
|
|
'Documentation': 'https://glom.readthedocs.io/en/latest/',
|
|
},
|
|
packages=['glom', 'glom.test'],
|
|
- install_requires=['boltons>=19.3.0', 'attrs', 'face==20.1.1'],
|
|
+ install_requires=['boltons>=19.3.0', 'attrs', 'face>=20.1.1'],
|
|
extras_require={
|
|
'yaml': ['PyYAML'],
|
|
},
|