mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
numpy is required for a few unit tests. Since requirements already includes pytest (and friends) for the sake of testing, it makes sense to ensure all required modules are present.
12 lines
122 B
Plaintext
12 lines
122 B
Plaintext
# Phoenix build and test requirements
|
|
setuptools
|
|
six
|
|
wheel
|
|
twine
|
|
sphinx
|
|
requests
|
|
pytest
|
|
pytest-xdist
|
|
pytest-timeout
|
|
numpy
|