Skip to content

Commit

Permalink
Merge pull request #36 from waynesun09/fastapi-update
Browse files Browse the repository at this point in the history
Update fastapi to latest

This will revert PR:
#35

fastapi still depends on the older ujson version.

Issue with remove ujson is tracked in:

tiangolo/fastapi#820
  • Loading branch information
waynesun09 committed Jan 31, 2022
2 parents 5d3444c + 7532b1a commit eed860d
Show file tree
Hide file tree
Showing 2 changed files with 192 additions and 152 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Expand Up @@ -4,7 +4,6 @@ verify_ssl = true
name = "pypi"

[packages]
fastapi = {extras = ["all"], version = "*"}
pydantic = "*"
flake8 = "*"
requests = "*"
Expand All @@ -21,7 +20,7 @@ pytest-dotenv = "*"
"stomp.py" = "*"
irc = "*"
werkzeug = "*"
ujson = ">=5.1.0"
fastapi = {version = "==0.73.0", extras = ["all"]}

[dev-packages]

Expand Down

0 comments on commit eed860d

Please sign in to comment.