You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ujson==5.10.0 ; python_version>="3.9" and python_version < "4.0"
125
125
urllib3==2.2.2 ; python_version>="3.9" and python_version < "4.0"
126
126
uvicorn[standard]==0.30.1 ; python_version>="3.9" and python_version < "4.0"
127
-
uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0"
127
+
uvloop==0.19.0 ; sys_platform!="win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0"
128
128
virtualenv==20.26.2 ; python_version>="3.9" and python_version < "4.0"
129
129
watchdog==4.0.1 ; python_version>="3.9" and python_version < "4.0"
130
130
watchfiles==0.22.0 ; python_version>="3.9" and python_version < "4.0"
131
131
wcwidth==0.2.13 ; python_version>="3.9" and python_version < "4.0"
132
132
websockets==12.0 ; python_version>="3.9" and python_version < "4.0"
133
133
wrapt==1.16.0 ; python_version>="3.9" and python_version < "4.0"
134
-
zipp==3.19.2 ; python_version>="3.9" and python_version < "3.10"
Copy file name to clipboardExpand all lines: requirements.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,6 @@ tzdata==2024.1 ; python_version >= "3.9" and python_version < "4.0" and platform
39
39
tzlocal==5.2 ; python_version>="3.9" and python_version < "4.0"
40
40
ujson==5.10.0 ; python_version>="3.9" and python_version < "4.0"
41
41
uvicorn[standard]==0.30.1 ; python_version>="3.9" and python_version < "4.0"
42
-
uvloop==0.19.0 ; (sys_platform != "win32" and sys_platform != "cygwin") and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0"
42
+
uvloop==0.19.0 ; sys_platform!="win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.9" and python_version < "4.0"
43
43
watchfiles==0.22.0 ; python_version>="3.9" and python_version < "4.0"
44
44
websockets==12.0 ; python_version>="3.9" and python_version < "4.0"
0 commit comments