Skip to content
Snippets Groups Projects
Unverified Commit 33f55608 authored by Andrea Franchini's avatar Andrea Franchini
Browse files

fix requests,flask dep

parent 56e9fe64
No related branches found
No related tags found
No related merge requests found
......@@ -50,14 +50,8 @@ if not args.doml and not args.synth:
'formatters': {'default': {
'format': '[%(asctime)s] %(levelname)s: %(message)s',
}},
'handlers': {'wsgi': {
'class': 'logging.StreamHandler',
'stream': 'ext://flask.logging.wsgi_errors_stream',
'formatter': 'default'
}},
'root': {
'level': 'DEBUG',
'handlers': ['wsgi']
}
})
logging.info(f"DOML Model Checker v{__version__}")
......@@ -127,4 +121,4 @@ else:
else: # Synthesis
synthesize_model(dmc, domlr_src, args.tries)
# TODO: Do something with the results
\ No newline at end of file
......@@ -12,3 +12,4 @@ pytest
pytest-xdist
pytest-subtests
jinja2
requests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment