mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
# Runtime dependencies needed when using wxPython Phoenix
|
|
numpy==1.16.1 ; python_version <= '2.7'
|
|
numpy ; python_version >= '3.0'
|
|
pillow
|
|
six
|