Skip to content

Commit 425bb6c

Browse files
Fix typo
1 parent 702b2b0 commit 425bb6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,9 @@ def run(self):
138138
'protobuf>=4.25.2;python_version>="3.11"',
139139
'protobuf>=4.21.6,<4.22;python_version<"3.11"',
140140
],
141-
extras_require={},
142141
python_requires=">=3.9,<4",
143142
packages=find_packages(),
144-
extra_requires={
143+
extras_require={
145144
"dev": ["precommit"],
146145
"test": [
147146
"pytest>=8,<9",

0 commit comments

Comments
 (0)