adding new script

master
rforstner 2022-01-20 19:57:39 +01:00
parent 64b4ed8e3e
commit 0b02b226ee
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -1,6 +1,6 @@
python-decouple
pyyaml
pandas>=0.25.0
pandas
requests
datetime
argparse