diff options
author | koobs <koobs@FreeBSD.org> | 2013-05-13 20:38:41 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-05-13 20:38:41 +0800 |
commit | 531d01f4dbb6fd590501940fa2763625d872c153 (patch) | |
tree | fcce7a2266b82f1baa4a805d762a42d34bcc50ec /www/Makefile | |
parent | f170d7e3f75c9cf97c190d8daf88e7962560db85 (diff) | |
download | freebsd-ports-gnome-531d01f4dbb6fd590501940fa2763625d872c153.tar.gz freebsd-ports-gnome-531d01f4dbb6fd590501940fa2763625d872c153.tar.zst freebsd-ports-gnome-531d01f4dbb6fd590501940fa2763625d872c153.zip |
www/py-requests-oauthlib: OAuthlib authentication support for Requests [NEW PORT]
This project provides first-class OAuth library support for Requests.
OAuth can seem overly complicated and it sure has its quirks. Luckily,
requests-oauthlib hides most of these and let you focus at the task at hand.
WWW: https://github.com/requests/requests-oauthlib
Approved by: eadler, rm (mentors, implicit)
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 76152b83c30a..c25dca4ecf2c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1628,6 +1628,7 @@ SUBDIR += py-recaptcha SUBDIR += py-requests SUBDIR += py-requests-oauth-hook + SUBDIR += py-requests-oauthlib SUBDIR += py-restclient SUBDIR += py-rhodecode SUBDIR += py-routes |