Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Refs #24. Added requests to the dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
winhamwr committed Apr 22, 2014
1 parent f4a1cdb commit a6fcd82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def main():
python_version = sys.version_info[:2]
install_requires = [
'virtualenv>=1.7.2,<=1.9.1',
'requests>=1.0.0',
]
if python_version < (2, 7) or (3, 0) <= python_version <= (3, 1):
install_requires += ['argparse']
Expand Down

0 comments on commit a6fcd82

Please sign in to comment.