Closed stephen-liu-storymotions closed 6 years ago
Merging #56 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #56 +/- ##
======================================
Coverage 95.2% 95.2%
======================================
Files 11 11
Lines 458 458
======================================
Hits 436 436
Misses 22 22
Thanks!
I believe that requests library with the security extras are not needed for the latest Python versions: https://pyopenssl.org/en/stable/introduction.html#history
pipenv for example has this in its
setup.py
:'requests[security];python_version<"2.7"'