require py2.7, remove argparse from install_requires
since argparse is part of the stdlib starting with py2.7
This commit is contained in:
Родитель
b5eaf4859c
Коммит
f0ca227aeb
4
setup.py
4
setup.py
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче