Skip to content

Commit 7148ea9

Browse files
committed
fix deprecated
1 parent 4feb53c commit 7148ea9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
3333
]
34-
dependencies = ["requests", "polling"]
34+
dependencies = ["requests", "polling", "deprecated"]
3535
dynamic = ["version"]
3636

3737
[project.optional-dependencies]
@@ -53,7 +53,6 @@ dev = [
5353
"sphinxcontrib-fulltoc>=1.2.0",
5454
"build>=0.10.0",
5555
"twine>=4.0.2",
56-
"deprecated"
5756
]
5857

5958
doc = [

0 commit comments

Comments
 (0)