|
|
@ -27,3 +27,6 @@ orjson
|
|
|
|
schedule
|
|
|
|
schedule
|
|
|
|
uvloop; sys_platform == 'linux' or sys_platform == 'darwin' # linux or macos only
|
|
|
|
uvloop; sys_platform == 'linux' or sys_platform == 'darwin' # linux or macos only
|
|
|
|
winloop; sys_platform == 'win32' # windows only
|
|
|
|
winloop; sys_platform == 'win32' # windows only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Experimental packages (install separately if needed)
|
|
|
|
|
|
|
|
# matplotlib # Uncomment to install experimental visualization features
|
|
|
|