Skip to content

Commit

Permalink
fix-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Brunner committed Aug 8, 2013
1 parent 1449fb3 commit eecadff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-

import os
import sys

from setuptools import setup, find_packages

Expand All @@ -17,8 +18,10 @@
'pyramid',
'simplejson',
'requests',
'argparse',
]
if sys.version_info < (2, 7):
install_requires.append('argparse')

setup_requires = [
'nose==1.3.0',
]
Expand Down

0 comments on commit eecadff

Please sign in to comment.