Alberto Donato has proposed merging ~ack/maas-site-manager:uvicorn-deps into 
maas-site-manager:main.

Commit message:
add uvloop and watchfiles to run environment, for uvicorn

Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~ack/maas-site-manager/+git/site-manager/+merge/441105
-- 
Your team MAAS Committers is requested to review the proposed merge of 
~ack/maas-site-manager:uvicorn-deps into maas-site-manager:main.
diff --git a/backend/tox.ini b/backend/tox.ini
index 25da78b..6157881 100644
--- a/backend/tox.ini
+++ b/backend/tox.ini
@@ -62,6 +62,8 @@ commands =
 deps =
     -e .
     uvicorn
+    uvloop
+    watchfiles
 commands =
     uvicorn --factory msm.user_api:create_app --host 0.0.0.0 --reload {posargs}
 
-- 
Mailing list: https://launchpad.net/~sts-sponsors
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sts-sponsors
More help   : https://help.launchpad.net/ListHelp

Reply via email to