-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stubbed CHANGELOG * Fixed #35 * version bump * Setup for testing issue36 tasks 1 and 2 * Testing. * Testing. * Testing. * Tuning. * Tuning. * Testing. * Testing * Testing. * Testing. * Tuning. * Tuning. * Tuning * Finished Issue 36, Tasks 1 and 2 * Code linting. * Tuning. * Tuning. * Check for proper setup. * Tuning. * Cleanup before merge.
- Loading branch information
Showing
12 changed files
with
261 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
[project] | ||
name = "banip" | ||
version = "1.2.0" | ||
version = "1.3.0" | ||
description = "Create a list of banned IPs for specific countries" | ||
license = {file = "LICENSE"} | ||
readme = {file = "README.md", content-type = "text/markdown"} | ||
requires-python = ">=3.12,<3.13" | ||
requires-python = ">=3.12" | ||
dependencies = [ | ||
"banip", | ||
"rich>=13.9.4", | ||
"tomli>=1.1.0 ; python_full_version < '3.11'", | ||
"tomli>=2.2.1", | ||
] | ||
authors = [ | ||
{name = "Peter Nardi", email = "[email protected]"}, | ||
|
Oops, something went wrong.