adding new script
parent
64b4ed8e3e
commit
0b02b226ee
|
|
@ -118,7 +118,7 @@ def main():
|
||||||
|
|
||||||
parser = init_argparse()
|
parser = init_argparse()
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
if args.preSelect and (args.fromDate or args.toDate):
|
if args.preSelect and (args.fromDate or args.toDate):
|
||||||
print("--preSelect must not be used in conjuntion with --fromDate and/or --toDate")
|
print("--preSelect must not be used in conjuntion with --fromDate and/or --toDate")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
python-decouple
|
python-decouple
|
||||||
pyyaml
|
pyyaml
|
||||||
pandas>=0.25.0
|
pandas
|
||||||
requests
|
requests
|
||||||
datetime
|
datetime
|
||||||
argparse
|
argparse
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue