Skip to content

Commit

Permalink
Merge pull request #38 from waynesun09/ujson
Browse files Browse the repository at this point in the history
Remove ujson dependency
  • Loading branch information
waynesun09 committed Mar 10, 2022
2 parents fa1865f + b6f85b3 commit f4857e5
Show file tree
Hide file tree
Showing 3 changed files with 254 additions and 416 deletions.
9 changes: 7 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,15 @@ aioredis = "*"
aiofile = "*"
pytest = "*"
pytest-dotenv = "*"
"stomp.py" = "*"
"stomp.py" = "==7.0.0"
irc = "*"
werkzeug = "*"
fastapi = {version = "==0.73.0", extras = ["all"]}
fastapi = "==0.75.0"
email-validator = "*"
jinja2 = "*"
python-multipart = "*"
pyyaml = "*"
orjson = "*"

[dev-packages]

Expand Down

0 comments on commit f4857e5

Please sign in to comment.