Skip to content

Commit

Permalink
add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
un33k committed Nov 23, 2023
1 parent 5851f88 commit bd4194d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ name = "django-ipware"
authors = [
{name = "Val Neekman", email = "[email protected]"},
]
description = "A Python package to retrieve user's IP address"
requires-python = ">=3.7"
description = "A Django package to retrieve user's IP address"
requires-python = ">=3.8"
dynamic = ["version", "readme"]
license = {text = "MIT"}
classifiers = [
Expand All @@ -20,8 +20,6 @@ classifiers = [
"Natural Language :: English",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -34,6 +32,9 @@ Issues = "https://github.com/un33k/django-ipware/issues"
Source = "https://github.com/un33k/django-ipware"
Changelog = "https://github.com/un33k/django-ipware/blob/master/CHANGELOG.md"

[project.dependencies]
python-ipware>="2.0.0"

[project.optional-dependencies]
dev = [
"ruff",
Expand Down

0 comments on commit bd4194d

Please sign in to comment.