Skip to content

Commit

Permalink
Had to fix uvicorn version to 0.18, else tests are hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Nov 3, 2022
1 parent 922884c commit 47e79db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-translator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def package_files(directory):
"pyswarm",
"python-multipart",
# "ruamel.yaml.clib<=0.2.2",
"uvicorn",
"uvicorn==0.18",
"wheel",
]

Expand Down

0 comments on commit 47e79db

Please sign in to comment.