Commit Graph

6 Commits

Author SHA1 Message Date
kennethreitz bfae4960d5 Revert "Revert "Merge branch 'master' into fix_link_parsing""
This reverts commit 94eb22a8ce.
2017-01-27 22:24:30 -05:00
kennethreitz 94eb22a8ce Revert "Merge branch 'master' into fix_link_parsing"
This reverts commit 505c2b3427, reversing
changes made to 62731f091e.
2017-01-27 22:22:24 -05:00
mattkohl 4f44584146 Updated requests version required to >=2.4.0 2017-01-27 15:40:55 +00:00
kennethreitz 9cd43ac922 better support for comments in requirements files
#45
2017-01-23 15:42:43 -05:00
kennethreitz fccc309b74 test for comments in reqs files
#35
2017-01-23 15:27:56 -05:00
Alex Chan 1cd2cef72b Don't throw a TypeError for requirements.txt in Python 3
Opening the file as `r` instead or `rb` ensures that we don't have
any implicit encoding/decoding of strings (so Python 3 is happy).
Includes a test that passes on both Python 2 and Python 3 which
checks this works correctly.
2017-01-23 09:14:22 +00:00