8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4069b0 commit 0d28ca2Copy full SHA for 0d28ca2
requirements.txt
@@ -3,3 +3,4 @@ pytest
3
numpy
4
fasteners
5
numcodecs
6
+pyosreplace; python_version < '3.3' and sys.platform == 'win32'
requirements_dev.txt
@@ -40,6 +40,7 @@ pycparser==2.19
40
pyflakes==1.6.0
41
Pygments==2.2.0
42
pyOpenSSL==18.0.0
43
+pyosreplace==0.1; python_version < '3.3' and sys.platform == 'win32'
44
pytest==3.9.1
45
pytest-cov==2.6.0
46
python-dateutil==2.7.3
0 commit comments