<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.requests"
       name="requests"
       version="0.13.2"
       provider-name="kennethreitz">
  <requires>
    <import addon="xbmc.python" version="2.0"/>
  </requires>
  <extension point="xbmc.python.module"
             library="lib" />
  <extension point="xbmc.addon.metadata">
    <summary>Python HTTP for Humans</summary>
    <description>Packed for XBMC from https://github.com/kennethreitz/requests</description>
    <license>ISC</license>
    <platform>all</platform>
  </extension>
</addon>
