blob: ffb27d7ec9c90680be168ce6d48c53144be6b6de (
plain)
1
2
3
4
5
6
7
8
9
|
cython==0.29.19
hypothesis==5.15.1
pytest==5.4.2
pytz==2020.1
pytest-cov==2.9.0
pickle5; python_version == '3.7'
pickle5; python_version == '3.6' and platform_python_implementation != 'PyPy'
# for numpy.random.test.test_extending
cffi
|