Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenhortas committed Oct 25, 2024
1 parent 350b6fb commit 4454efb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,21 @@ build-backend = "hatchling.build"

[project]
name = "fail2bangeolocation"
version = "2.0.3"
version = "2.0.4"
authors = [{ name = "Rubén Hortas", email = "[email protected]" }]
description = "Shows geolocation of the IPs of the failed attempts recorded by fail2ban"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.0"
keywords = ["fail2ban", "geolocation", "network", "networking", "montitoring", "firewall", "security"]
dependencies = [
"certifi",
"charset-normalizer",
"colorama",
"idna",
"requests",
"tqdm",
"colorama"
"urllib3"
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down
Binary file modified requirements.txt
Binary file not shown.

0 comments on commit 4454efb

Please sign in to comment.