Skip to content

Commit f031260

Browse files
committed
Remove the dev and test optional dependency
1 parent 9d0c268 commit f031260

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ dependencies = ["numpy", "peppercorn", "scipy"]
122122
# dependencies). Users will be able to install these using the "extras"
123123
# syntax, for example:
124124
#
125-
# $ pip install sampleproject[dev]
125+
# $ pip install turtle-loc-oracles[dev]
126126
#
127127
# Optional dependencies the project provides. These are commonly
128128
# referred to as "extras". For a more extensive definition see:
129129
# https://packaging.python.org/en/latest/specifications/dependency-specifiers/#extras
130-
[project.optional-dependencies]
131-
dev = ["check-manifest"]
132-
test = ["coverage"]
130+
# [project.optional-dependencies]
131+
# dev = ["check-manifest"]
132+
# test = ["coverage"]
133133

134134
# List URLs that are relevant to your project
135135
#

0 commit comments

Comments
 (0)