From 751e2ea2d420b1c7dfc99f0e376184e3e97772d6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 31 Mar 2012 03:21:31 -0400 Subject: [PATCH] roadmap --- docs/dev/todo.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/dev/todo.rst b/docs/dev/todo.rst index ff92fc8a..2e38b2aa 100644 --- a/docs/dev/todo.rst +++ b/docs/dev/todo.rst @@ -11,7 +11,7 @@ Requests is under active development, and contributions are more than welcome! #. Write a test which shows that the bug was fixed or that the feature works as expected. #. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to AUTHORS_. - + Development dependencies ------------------------ @@ -19,12 +19,8 @@ You'll need to install ``gunicorn`` and ``httpbin`` in order to run requests' te $ pip install -r requirements.txt - - What Needs to be Done --------------------- -- HTTP Cert Checking (`#30 `_) -- Python 3.x Support (`#70 `_) -- Kerberos Support (`#47 `_) +- Documentation needs a roadmap.