Skip to content

Commit

Permalink
Cleanup extras_require. (#825)
Browse files Browse the repository at this point in the history
We no longer use requests or CacheControl as optional enhancements, our
vendored pip does and it vendors those in.
  • Loading branch information
jsirois authored Dec 10, 2019
1 parent 6b3e12a commit 087d2e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@
extras_require={
# For improved subprocess robustness under python2.7.
'subprocess': ['subprocess32>=3.2.7'],
# For improved requirement resolution and fetching robustness.
'requests': ['requests>=2.8.14'],
# For improved requirement resolution and fetching performance.
'cachecontrol': ['CacheControl>=0.12.3'],
},
cmdclass={'bdist_pex': bdist_pex}, # Make bdist_pex available for _this_ setup.py.
entry_points={
Expand Down

0 comments on commit 087d2e0

Please sign in to comment.