rm argparse from requirements.txt

argparse is built into Python 2.7. Remove it from requirements.txt.

Change-Id: Ia55308e2f8d8a4cab67794816a3cd5d50acebc3f
This commit is contained in:
Ken Dreyer 2014-11-19 16:26:17 -07:00 committed by Darragh Bailey
parent 0c7273aeb8
commit 34570607e2
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
argparse
ordereddict
six>=1.5.2
PyYAML