diff --git a/python-pypi/requests/DEPENDS b/python-pypi/requests/DEPENDS
new file mode 100755
index 0000000..f92fc0c
--- /dev/null
+++ b/python-pypi/requests/DEPENDS
@@ -0,0 +1 @@
+. "$SECTION_DIRECTORY/PY_DEPENDS"
diff --git a/python-pypi/requests/DETAILS b/python-pypi/requests/DETAILS
new file mode 100755
index 0000000..39d7861
--- /dev/null
+++ b/python-pypi/requests/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=requests
+ VERSION=2.6.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=https://pypi.python.org/packages/source/r/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:703728e04f4ae5f083892e1ad0cb54777ebcc0120fca9cd3c170e33233fccbb64a635e141e6d7b9c1f1f9d62dc00aa7c66ea890ae62cd6581c881c071a707510
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]=APACHE
+ WEB_SITE=http://python-requests.org/
+ ENTERED=20150317
+ SHORT="Python HTTP for Humans"
+cat << EOF
+Requests is an Apache2 Licensed HTTP library, written in Python, for human
+beings.
+
+Most existing Python modules for sending HTTP requests are extremely verbose
and
+cumbersome. Python's builtin urllib2 module provides most of the HTTP
+capabilities you should need, but the API is thoroughly broken. It requires
an
+enormous amount of work (even method overrides) to perform the simplest of
+tasks.
+
+Things shouldn't be this way. Not in Python.
+EOF
diff --git a/python-pypi/requests/HISTORY b/python-pypi/requests/HISTORY
new file mode 100644
index 0000000..da98506
--- /dev/null
+++ b/python-pypi/requests/HISTORY
@@ -0,0 +1,2 @@
+2015-03-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS: created spell
[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c903e2ae93b5f38abb563fba2485ce505ae6042a),
Vlad Glagolev, 03/16/2015