diff options
author | miwi <miwi@FreeBSD.org> | 2012-06-05 10:36:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-06-05 10:36:38 +0800 |
commit | 1b3bbd0115164b05dfb79adf16885974589be0d5 (patch) | |
tree | 76b8098b0fecf62f384691c8c12e124edd2b6a2a /www/Makefile | |
parent | 59478dfc1947058fe0b4159cbd36b8b14f574cf3 (diff) | |
download | freebsd-ports-gnome-1b3bbd0115164b05dfb79adf16885974589be0d5.tar.gz freebsd-ports-gnome-1b3bbd0115164b05dfb79adf16885974589be0d5.tar.zst freebsd-ports-gnome-1b3bbd0115164b05dfb79adf16885974589be0d5.zip |
GRequests allows you to use Requests with Gevent to make asyncronous HTTP
Requests easily.
WWW: https://github.com/kennethreitz/grequests
PR: ports/168554
Submitted by: koobs <koobs.freebsd@gmail.com>
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 53d324fbcd78..b8358abb73eb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1489,6 +1489,7 @@ SUBDIR += py-funkload SUBDIR += py-google-api-python-client SUBDIR += py-graphite-web + SUBDIR += py-grequests SUBDIR += py-gunicorn SUBDIR += py-html5lib SUBDIR += py-httplib2 |