From 58e37a1be5b257def98b5c86de84c068e21512df Mon Sep 17 00:00:00 2001 From: Peter Ward Date: Sun, 18 May 2014 10:31:48 +1000 Subject: things --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 77263a7..9e80889 100644 --- a/setup.py +++ b/setup.py @@ -4,5 +4,10 @@ from Cython.Build import cythonize setup( name='robots', packages=find_packages(), - ext_modules = cythonize('robots/*.pyx') + ext_modules=cythonize('robots/*.pyx'), + install_requires=[ + 'flask', + 'blessings', + 'cython', + ], ) -- cgit v1.2.3