Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimum required face version in setup.py #188

Merged
merged 1 commit into from
Aug 11, 2020

Conversation

Dunedan
Copy link
Contributor

@Dunedan Dunedan commented Aug 10, 2020

Since version 20.7.0 glom requires at least version 20.1.0 of face,
as that's the version of face where face.helpers.get_wrap_width got
added. This commit adds the version 20.1.0 of face to the required
dependencies in setup.py, to avoid incompatbilities with environments
which provide older versions of face.

Since version 20.7.0 `glom` requires at least version 20.1.0 of `face`,
as that's the version of `face` where `face.helpers.get_wrap_width` got
added. This commit adds the version 20.1.0 of `face` to the required
dependencies in `setup.py`, to avoid incompatbilities with environments
which provide older versions of `face`.
@codecov
Copy link

codecov bot commented Aug 10, 2020

Codecov Report

Merging #188 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #188   +/-   ##
=======================================
  Coverage   98.88%   98.88%           
=======================================
  Files          26       26           
  Lines        4030     4030           
  Branches      575      575           
=======================================
  Hits         3985     3985           
  Misses         21       21           
  Partials       24       24           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d4e2f2c...c3caea7. Read the comment docs.

@mahmoud
Copy link
Owner

mahmoud commented Aug 11, 2020

Great point, good catch, nice fix, thank you!

@mahmoud mahmoud merged commit 81846f0 into mahmoud:master Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants