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

Commit message:
add ujson dependency, optional for starlette/fastapi



Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~ack/maas-site-manager/+git/site-manager/+merge/441747
-- 
Your team MAAS Committers is requested to review the proposed merge of 
~ack/maas-site-manager:add-ujson into maas-site-manager:main.
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index a08ef03..036842e 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -25,6 +25,7 @@ dependencies = [
   "pytz",
   "SQLAlchemy[postgresql_asyncpg]",
   "StrEnum", # emulate enum.StrEnum, which is available in Python3.11
+  "ujson", # faster JSON encoding/decoding (for fastapi)
 ]
 [project.optional-dependencies]
 testing = [
-- 
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