diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-09-29 18:32:12 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-09-29 18:32:12 +0000 |
commit | 1483dff0d6eaf305ed8003e533f7734cef5bbb3f (patch) | |
tree | da0777a61da89ea240e71487d48435206a0e0f24 /www/Makefile | |
parent | 980efd9d0bb3ec46e7670281998c4971e1b89f3f (diff) |
www/py-requests-toolbelt: Utility belt for advanced users of python-requests
This is a collection of utilities that some users of python-requests might need
but do not belong in requests proper. The library is actively maintained by
members of the requests core development team, and so reflects the
functionality most requested by users of the requests library.
WWW: https://toolbelt.readthedocs.org
Notes
Notes:
svn path=/head/; revision=369542
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index bce4c938df2d..1a67ef23a330 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1652,6 +1652,7 @@ SUBDIR += py-requests SUBDIR += py-requests-oauth-hook SUBDIR += py-requests-oauthlib + SUBDIR += py-requests-toolbelt SUBDIR += py-requests1 SUBDIR += py-restclient SUBDIR += py-rhodecode |