From c7f550b50ec9595b31242c10f79e756d08cfc7ed Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 1 Sep 2010 22:10:43 -0400 Subject: [PATCH] updated install requirments. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 56732b0..dde264c 100644 --- a/setup.py +++ b/setup.py @@ -9,6 +9,7 @@ from distutils.core import setup def publish(): + """Publish to PyPi""" os.system("python setup.py sdist upload") @@ -25,6 +26,7 @@ setup(name='gistapi', author_email='me@kennethreitz.com', url='http://github.com/kennethreitz/gistapi.py', packages=['gistapi'], + install_requires=['python-dateutil', 'simplejson'], license='MIT', classifiers=( "Development Status :: 4 - Beta",