Skip to content

Commit

Permalink
fix duplicated dependencies key in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjurbanski-reef committed Jun 21, 2024
1 parent c6bb457 commit c7f1c1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ authors = [
{name = "Reef Technologies", email = "opensource@reef.pl"},
{name = "Aleksandr Goncharov", email = "aleksandr.goncharov@reef.pl"},
]
dependencies = [
"django-ipware~=6.0.4",
"django>=3.1",
]
classifiers = [
"Framework :: Django",
"Framework :: Django :: 4.2",
Expand All @@ -28,6 +24,8 @@ dynamic = [
"version",
]
dependencies = [
"django-ipware~=6.0.4",
"django>=3.1",
]

[project.urls]
Expand Down

0 comments on commit c7f1c1d

Please sign in to comment.