adding new script
parent
64b4ed8e3e
commit
0b02b226ee
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
python-decouple
|
||||
pyyaml
|
||||
pandas>=0.25.0
|
||||
pandas
|
||||
requests
|
||||
datetime
|
||||
argparse
|
||||
|
|
|
|||
Loading…
Reference in New Issue