Skip to content

Example 5: PeeringDB to Nautobot example #81

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "Update example 5 dependencies"
This reverts commit 2a543b2.
  • Loading branch information
chadell committed Dec 14, 2021
commit afbf048839e4a4963a41d9dc94198004b263996c
120 changes: 61 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ coverage = {extras = ["toml"], version = "^5.3"}
Sphinx = "^4.0.2"
m2r2 = "^0.2.7"
sphinx-rtd-theme = "^0.5.2"
# dependencies for example 5
python-slugify = "^5.0.2"
pycountry = "^20.7.3"
requests = "^2.26.0"

[tool.poetry.extras]
docs = [
Expand Down Expand Up @@ -105,7 +101,7 @@ notes = """,
FIXME,
XXX,
"""

[tool.pylint.similarities]
# There's a lot of duplicate code in the examples/backend_*.py files - don't complain about it for now
min-similarity-lines = 20
Expand Down