Remove argparse from requirements

argparse was external in python 2.6 but not anymore, remove it from
requirements. This project is not supporting Python 2.6 anymore.

Change-Id: Ib7e74912b36c1b5ccb514e31fac35efeff57378d
This commit is contained in:
Andreas Jaeger 2016-01-20 19:32:27 +01:00 committed by Andreas Jaeger
parent cfb726e4a0
commit 5792ece9e1

View File

@ -1,2 +1 @@
argparse
requests>=1.1