Skip to content

Commit fe7c66b

Browse files
committed
Upgrade to the latest dependencies (fastapi, etc.). And ability to run api.py directly.
1 parent 2dc63b1 commit fe7c66b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

demo-code/05-managing-your-environments/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
python = "^3.11"
1010
tinydb = "^4.8.0"
1111
fastapi = {extras = ["all"], version = "^0.109.2"}
12+
uvloop = {version = "^0.19.0", markers = 'sys_platform != "win32"'}
1213

1314

1415
[build-system]

0 commit comments

Comments
 (0)