We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c111e2e commit a5a61a7Copy full SHA for a5a61a7
requirements/base.in
@@ -1,5 +1,5 @@
1
-r runtime-deps.in
2
3
gunicorn
4
-typing-extensions; python_version < "3.11"
+typing-extensions
5
uvloop; platform_system != "Windows" and implementation_name == "cpython" # MagicStack/uvloop#14
requirements/constraints.txt
@@ -240,6 +240,7 @@ typer==0.9.0
240
# via python-on-whales
241
typing-extensions==4.10.0
242
# via
243
+ # -r requirements/base.in
244
# aioredis
245
# mypy
246
# pydantic
requirements/test.txt
@@ -107,6 +107,7 @@ typer==0.9.0
107
108
109
110
111
112
113
# python-on-whales
0 commit comments