Skip to content

Commit 7123f8e

Browse files
committed
Allow the usage of newer netifaces in development
We're being consistent with c5e1f65 here.
1 parent 4d6dd73 commit 7123f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flake8-blind-except
99
flake8-import-order>=0.4.0, <0.6.0
1010
mock
1111
# See setup.py comment for why this version is restricted
12-
netifaces<=0.10.4
12+
netifaces!=0.10.5
1313
nose
1414
pep8==1.5.7
1515
pep8-naming

0 commit comments

Comments
 (0)