pants v1.3.0 pins its requirements to very narrow ...
# general
f
pants v1.3.0 pins its requirements to very narrow version ranges. where would be a good place to discuss why that is? background: we bootstrap pants into a repo-specific virtualenv by listing in our repo's
requirements.txt
and, for example, the pants requirement for
requests>=2.5.0,<2.6
conflicts with our repo's requirement of later version of
requests