Skip to content

Commit

Permalink
Replace UJSON with ORJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroCool2u committed Jun 17, 2023
1 parent bbc9d1c commit ae28718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from google.cloud import tasks as gtasks
from google.cloud.exceptions import NotFound
from google.protobuf import timestamp_pb2
from orjson import dumps
from pandas import date_range
from ujson import dumps

logging.basicConfig(format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
datefmt='%m/%d/%Y %I:%M:%S %p', level=logging.WARNING)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dash
gunicorn
requests
ujson
orjson
email_validator
google-cloud-tasks
pandas
Expand Down

0 comments on commit ae28718

Please sign in to comment.