No dependencies!

This commit is contained in:
Kenneth Reitz
2010-10-06 15:10:58 -04:00
parent 914a82eac9
commit 120ce9fcd6
+2 -2
View File
@@ -17,8 +17,8 @@ if sys.argv[-1] == "publish":
required = []
if sys.version_info < (2, 6):
required.append('simplejson')
# if sys.version_info < (2, 6):
# required.append('simplejson')
setup(
name='tablib',