Skip to content

Commit

Permalink
update pins, hopefully last release in support of nornir 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jul 12, 2020
1 parent b8cc52c commit 07416be
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ nornir_scrapli

nornir_scrapli -- [scrapli](https://github.com/carlmontanari/scrapli)'s plugin for nornir.

NOTE: the current release on PyPi is for Nornir 2.x, the develop branch of this repository supports Nonrir 3.x and
will be released to PyPi when Nornir 3.x is released. The develop branch has a fair amount of improvements, better
testing, better docs, etc., so if you are feeling adventurous use Nonrir 3.x and the develop branch of this repo!


# Table of Contents

Expand Down
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
tox>=3.14.6
tox>=3.16.1
black>=19.10b0
isort>=4.3.21
mypy>=0.770
pytest>=5.4.1
pytest-cov>=2.8.1
isort==4.3.21
mypy>=0.782
pytest>=5.4.3
pytest-cov>=2.10.0
pylama>=7.7.1
pycodestyle>=2.5.0
pycodestyle>=2.6.0
pydocstyle>=5.0.2
pylint>=2.4.4
pylint>=2.5.3
textfsm>=1.1.0
ntc_templates>=1.4.0
pdoc3>=0.7.5
pdoc3>=0.8.3
-r requirements.txt
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scrapli>=2020.04.11
scrapli>=2020.04.11,<=2020.06.06
nornir>=2.4.0,<3.0.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pylama]
linters = mccabe,pycodestyle,pylint
skip = tests/*,.tox/*,venv/*,build/*,private/*,examples/*
skip = tests/*,.tox/*,.nox/*,venv/*,build/*,private/*,examples/*

[pylama:pycodestyle]
max_line_length = 100
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="nornir_scrapli",
version="2020.04.11",
version="2020.07.12",
author=__author__,
author_email="[email protected]",
description="scrapli Nornir plugin",
Expand Down

0 comments on commit 07416be

Please sign in to comment.