Skip to content

Commit

Permalink
roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Mar 31, 2012
1 parent dab3df7 commit 751e2ea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/dev/todo.rst
Expand Up @@ -11,20 +11,16 @@ 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
------------------------

You'll need to install ``gunicorn`` and ``httpbin`` in order to run requests' test suite::

$ pip install -r requirements.txt



What Needs to be Done
---------------------

- HTTP Cert Checking (`#30 <https://github.com/kennethreitz/requests/issues/30>`_)
- Python 3.x Support (`#70 <https://github.com/kennethreitz/requests/issues/70>`_)
- Kerberos Support (`#47 <https://github.com/kennethreitz/requests/issues/47>`_)
- Documentation needs a roadmap.

0 comments on commit 751e2ea

Please sign in to comment.