Files
Phoenix/requirements.txt
Mesalu d74f8708db Add numpy to requirements
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.
2017-02-01 15:35:32 -08:00

12 lines
122 B
Plaintext

# Phoenix build and test requirements
setuptools
six
wheel
twine
sphinx
requests
pytest
pytest-xdist
pytest-timeout
numpy