Skip to content

Commit

Permalink
Some more tidying: netaddr isn't needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaughan committed Oct 21, 2024
1 parent 1968c56 commit 8156ba2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ classifiers = [
"Topic :: System :: Networking",
]
dependencies = [
"netaddr>=1.3.0",
"beautifulsoup4>=4.12.3",
"requests>=2.32.3",
]
Expand Down Expand Up @@ -118,11 +117,12 @@ ignore = [
"PLW2901",
"S310",
"S317",
"T201", # Allow print
"T201", # Allow print
"TID252",
"UP006",
"UP035",
"EM101",
"N817",
]

[tool.ruff.lint.isort]
Expand Down
4 changes: 0 additions & 4 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ mypy-extensions==1.0.0 \
--hash=sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d \
--hash=sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782
# via mypy
netaddr==1.3.0 \
--hash=sha256:5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a \
--hash=sha256:c2c6a8ebe5554ce33b7d5b3a306b71bbb373e000bbbf2350dd5213cc56e3dbbe
# via uwhoisd
packaging==24.1 \
--hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 \
--hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
Expand Down
4 changes: 0 additions & 4 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ idna==3.7 \
--hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
--hash=sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0
# via requests
netaddr==1.3.0 \
--hash=sha256:5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a \
--hash=sha256:c2c6a8ebe5554ce33b7d5b3a306b71bbb373e000bbbf2350dd5213cc56e3dbbe
# via uwhoisd
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
Expand Down

0 comments on commit 8156ba2

Please sign in to comment.