blob: 5a8a095964b27b17d2e7e0c8585cd187c70f5c2e [file] [log] [blame] [edit]
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -15,5 +15,5 @@ setup(name='thingking',
author='Matthew Turk <matthewturk@gmail.com>, Samuel Skillman <samskillman@gmail.com>, Michael S. Warren <mswarren@gmail.com>',
license='BSD',
packages=find_packages(),
- install_requires=["requests", "numpy", "functools32"],
+ install_requires=["requests", "numpy"],
)