From f7fa4202e463fb2d9b58e7881708f61e9f50ed37 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 17 2015 10:55:41 +0000 Subject: List the requirements in the setup.py --- diff --git a/setup.py b/setup.py index 1c2018e..0f25d7f 100644 --- a/setup.py +++ b/setup.py @@ -13,4 +13,5 @@ setup( 'Programming Language :: Python', ], license='GNU General Public License v2.0', + install_requires=['requests'], )