feat: Install gevent and its dependencies, and add environment variables to suppress gevent fork warnings in gommi.sh.

This commit is contained in:
2026-01-03 20:26:38 +09:00
parent 3a9765f7ea
commit cf19d79ef8
3 changed files with 38 additions and 0 deletions

17
=3.2.2 Normal file
View File

@@ -0,0 +1,17 @@
Collecting greenlet
Downloading greenlet-3.3.0-cp314-cp314-macosx_11_0_universal2.whl.metadata (4.1 kB)
Collecting gevent
Downloading gevent-25.9.1-cp314-cp314-macosx_11_0_universal2.whl.metadata (14 kB)
Collecting zope.event (from gevent)
Downloading zope_event-6.1-py3-none-any.whl.metadata (5.1 kB)
Collecting zope.interface (from gevent)
Downloading zope_interface-8.1.1-cp314-cp314-macosx_11_0_arm64.whl.metadata (45 kB)
Downloading greenlet-3.3.0-cp314-cp314-macosx_11_0_universal2.whl (275 kB)
Downloading gevent-25.9.1-cp314-cp314-macosx_11_0_universal2.whl (3.0 MB)
━━━━━━━━━ 3.0/3.0 11.3 0:00:00
MB MB/s
Downloading zope_event-6.1-py3-none-any.whl (6.4 kB)
Downloading zope_interface-8.1.1-cp314-cp314-macosx_11_0_arm64.whl (209 kB)
Installing collected packages: zope.interface, zope.event, greenlet, gevent
Successfully installed gevent-25.9.1 greenlet-3.3.0 zope.event-6.1 zope.interface-8.1.1