require py2.7, remove argparse from install_requires

since argparse is part of the stdlib starting with py2.7
This commit is contained in:
Brian Warner 2014-07-14 10:45:22 -07:00
Родитель b5eaf4859c
Коммит f0ca227aeb
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -9,8 +9,7 @@ setup(
author = "Brian Warner",
author_email = "warner-fxa-python-client@lothar.com",
url = "https://github.com/mozilla/fxa-python-client",
install_requires = ["argparse",
"cryptography",
install_requires = ["cryptography",
"requests",
"PyBrowserID",
"PyHawk",
@ -21,7 +20,6 @@ setup(
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",