diff --git a/createReport.py b/createReport.py index ddafb46..2896c5c 100644 --- a/createReport.py +++ b/createReport.py @@ -118,7 +118,7 @@ def main(): parser = init_argparse() args = parser.parse_args() - + if args.preSelect and (args.fromDate or args.toDate): print("--preSelect must not be used in conjuntion with --fromDate and/or --toDate") sys.exit() diff --git a/requirements.txt b/requirements.txt index 6e212b4..b791c3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ python-decouple pyyaml -pandas>=0.25.0 +pandas requests datetime argparse