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
"Pillow == 9.5.0"# Nov 4 2023. Asciimatics needs Pillow > 2.7, but latest 10.x breaks kivy for now (fix due in 2.3), so we pin to latest working Pillow for now.
37
35
]
38
36
dynamic = ["version"]
@@ -41,17 +39,20 @@ dynamic = ["version"]
41
39
crash_reporter = ['requests==2.28.2']
42
40
irc = ['irc==19.0.1']
43
41
linux_i2c = ['smbus2_asyncio==0.0.5']
44
-
osc = ['python-osc==1.7.4']
42
+
osc = ['python-osc==1.8.3']
45
43
pin2dmd = ['pyusb==1.1.0']
46
44
rpi = ['apigpio-mpf==0.0.4']
45
+
# uvloop must be optional, because non-Cython derivatives don't support it.
46
+
uvloop = ['uvloop==0.19.0'] # Oct 4 2023, msin asyncio loop
47
47
vpe = ['grpcio_tools==1.34.0',
48
48
'grpcio==1.34.0',
49
49
'protobuf==3.14.0',]
50
50
all = [ # currently no way to just use the names from above afaik?
0 commit comments