Skip to content

Commit 0d28ca2

Browse files
author
SBA
committed
add pyosreplace package to requirements
1 parent a4069b0 commit 0d28ca2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pytest
33
numpy
44
fasteners
55
numcodecs
6+
pyosreplace; python_version < '3.3' and sys.platform == 'win32'

requirements_dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pycparser==2.19
4040
pyflakes==1.6.0
4141
Pygments==2.2.0
4242
pyOpenSSL==18.0.0
43+
pyosreplace==0.1; python_version < '3.3' and sys.platform == 'win32'
4344
pytest==3.9.1
4445
pytest-cov==2.6.0
4546
python-dateutil==2.7.3

0 commit comments

Comments
 (0)