diff --git a/setup.py b/setup.py index f943ab4..18b32a4 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ VERSION = '0.1.1' # What packages are required for this module to be executed? REQUIRED = [ - 'futures' + "futures; python_version<'3.2'" # 'requests', 'maya', 'records', ] @@ -107,4 +107,4 @@ setup( cmdclass={ 'publish': PublishCommand, }, -) \ No newline at end of file +)