Skip to content

Commit 2920da4

Browse files
committed
revert new dependencies set
It seems fine to bundle them all under 'test' - I don't want anyone trying to work on the code without tests anyway. And I would have to edit all the workflow files to add a step to install the dev bundle.
1 parent 3a3a2f8 commit 2920da4

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,20 @@ dependencies = [
5050
"urllib3",
5151
]
5252
[project.optional-dependencies]
53-
dev = [
54-
"black>=22,<23",
55-
"mypy",
56-
"types-appdirs",
57-
"types-requests",
58-
"types-setuptools"
59-
]
6053
test = [
54+
"black>=22,<23",
55+
"doit",
6156
"mock",
57+
"mypy",
6258
"pytest>=7.0",
6359
"pytest-cov",
6460
"pytest-order",
6561
"pytest-runner",
6662
"requests-mock>=1.0,<2.0",
63+
"types-appdirs",
6764
"types-mock",
65+
"types-requests",
66+
"types-setuptools"
6867
]
6968
localize = ["doit", "ftfy"]
7069
package = ["doit", "pyinstaller==5.13", "pyinstaller_versionfile"]

0 commit comments

Comments
 (0)