Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Change json io module to ujson
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilionus committed Aug 12, 2020
1 parent 5b5182e commit 69e54a8
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VectorMessenger/MessengerCore/Helpers/Global.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
""" Global helpers for client and server """

import json
import ujson as json
import os
from datetime import datetime

Expand Down
29 changes: 28 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ pillow = "^7.2.0"
pyinstaller = "^3.6"
pywin32-ctypes = "^0.2.0"
pefile = "^2019.4.18"
ujson = "^3.1.0"

[tool.poetry.dev-dependencies]
flake8 = "^3.8.2"
Expand Down

0 comments on commit 69e54a8

Please sign in to comment.