Skip to content

Commit

Permalink
docs: Trim the dependencies for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdouSeck committed Dec 29, 2023
1 parent 7f3c810 commit 73fe02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dynamic = ["version"]

[project.optional-dependencies]
geoip = ["geoip2"]
test = ["black", "isort", "pip-tools", "sphinx", "sphinx-material", "tox"]
test = ["black", "isort", "tox"]
dev = ["black", "isort", "pip-tools", "sphinx", "sphinx-material", "tox"]
docs = ["sphinx", "sphinx-material"]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
extras_require={
"geoip": ["geoip2"],
"test": ["black", "isort", "pip-tools", "sphinx", "sphinx-material", "tox"],
"test": ["black", "isort", "tox"],
"dev": ["black", "isort", "pip-tools", "sphinx", "sphinx-material", "tox"],
"docs": ["sphinx", "sphinx-material"],
},
Expand Down

0 comments on commit 73fe02c

Please sign in to comment.