Update setup.py

This commit is contained in:
Kenneth Reitz 2017-08-28 23:19:28 -04:00 committed by GitHub
parent 13d61e07d8
commit 299709123b

View File

@ -23,12 +23,9 @@ REQUIRED = [
# 'requests', 'maya', 'records',
]
# Dependencies only for versions less than Python 2.7:
# if sys.version_info < (2, 7):
# REQUIRED.append('requests[security]')
# The rest you shouldn't have to touch too much :)
# ------------------------------------------------
# Except, perhaps the license!
here = os.path.abspath(os.path.dirname(__file__))