mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 19:40:12 +01:00
7 lines
231 B
Plaintext
7 lines
231 B
Plaintext
# Runtime dependencies needed when using wxPython Phoenix
|
|
numpy==1.16.1 ; python_version <= '2.7'
|
|
numpy ; python_version >= '3.0'
|
|
# pillow ; sys_platform == 'win32' and python_version < '3.8'
|
|
# pillow ; sys_platform != 'win32'
|
|
six
|