Skip to content

Commit

Permalink
Merge fe67507 into 678706d
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Jan 8, 2019
2 parents 678706d + fe67507 commit a71eb67
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/production.txt
@@ -1,2 +1,2 @@
netifaces==0.10.7
pyyaml==3.13
netifaces==0.10.9
pyyaml==4.2b4
8 changes: 4 additions & 4 deletions requirements/testing.txt
Expand Up @@ -3,10 +3,10 @@ isort==4.3.4
coveralls==1.5.1
flake8==3.6.0
flake8-isort==2.6.0
pydocstyle==2.1.1
pydocstyle==3.0.0
pylint==2.2.2
pytest==4.0.2
pytest-cov==2.6.0
pytest==4.1.0
pytest-cov==2.6.1
pytest-timeout==1.3.3
setuptools==40.6.3
tox==3.6.0
tox==3.6.1
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -4,8 +4,8 @@
VERSION = '0.9.4'

REQUIRES = [
'pyyaml>=3.12',
'netifaces>=0.10.0',
'pyyaml>=4.2b4',
'netifaces>=0.10.9'
]

setup(
Expand Down

0 comments on commit a71eb67

Please sign in to comment.