Skip to content

Commit

Permalink
Merge pull request #188 from yomagroup/specify-minimum-face-version
Browse files Browse the repository at this point in the history
Add minimum required face version in setup.py
  • Loading branch information
mahmoud committed Aug 11, 2020
2 parents d4e2f2c + c3caea7 commit 81846f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'Documentation': 'https://glom.readthedocs.io/en/latest/',
},
packages=['glom', 'glom.test'],
install_requires=['boltons>=19.3.0', 'attrs', 'face'],
install_requires=['boltons>=19.3.0', 'attrs', 'face>=20.1.0'],
extras_require={
'yaml': ['PyYAML'],
},
Expand Down

0 comments on commit 81846f0

Please sign in to comment.