Skip to content

Commit

Permalink
Read the Docs builds started failing, trying to get them running again
Browse files Browse the repository at this point in the history
See e.g. https://readthedocs.org/builds/pip-accel/2533009/

This most likely has *something* to do with the release of pip-accel 0.23
which bumps the pip requirement to >= 6.0.8 (new versions of pip bundle
the `retrying' and `six' packages under pip._vendor). That doesn't explain
why a wrong (old) version of `six' would be bundled or loaded, but I
digress.

Why does Python packaging have to be such a mess, with creative and
fragile hacks everywhere?! :-(
  • Loading branch information
xolox committed Apr 4, 2015
1 parent e2f51e1 commit ef10415
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-rtd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
six >= 1.7.0

0 comments on commit ef10415

Please sign in to comment.