Remove argparse from requirements
Since we don't support Python 2.6 anymore and argparse is native in Python 2.7, no need to pip install it. Change-Id: I59b49f7a169ca616f46270e855bd23fe56e17616
This commit is contained in:
parent
419669019f
commit
ef8897b8ee
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
retrying>=1.2.3,!=1.3.0 # Apache-2.0
|
retrying>=1.2.3,!=1.3.0 # Apache-2.0
|
||||||
alembic>=0.7.1
|
alembic>=0.7.1
|
||||||
argparse
|
|
||||||
croniter>=0.3.4 # MIT License
|
croniter>=0.3.4 # MIT License
|
||||||
eventlet>=0.15.2
|
eventlet>=0.15.2
|
||||||
iso8601>=0.1.9
|
iso8601>=0.1.9
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
retrying>=1.2.3,!=1.3.0 # Apache-2.0
|
retrying>=1.2.3,!=1.3.0 # Apache-2.0
|
||||||
alembic>=0.7.1
|
alembic>=0.7.1
|
||||||
argparse
|
|
||||||
croniter>=0.3.4 # MIT License
|
croniter>=0.3.4 # MIT License
|
||||||
eventlet>=0.15.2
|
eventlet>=0.15.2
|
||||||
happybase>=0.5,!=0.7
|
happybase>=0.5,!=0.7
|
||||||
|
Loading…
Reference in New Issue
Block a user