Skip to content

Commit f2a25a8

Browse files
committed
reverted changes pyproject.toml file
1 parent 4428d87 commit f2a25a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ maintainers = [
1919
]
2020
dependencies = [
2121
"aioquic>=1.2.0",
22-
"anyio>=1.2.0",
2322
"base58>=1.0.3",
2423
"coincurve==21.0.0",
2524
"exceptiongroup>=1.2.0; python_version < '3.11'",
@@ -81,7 +80,7 @@ dev = [
8180
"sphinx>=6.0.0",
8281
"sphinx_rtd_theme>=1.0.0",
8382
"towncrier>=24,<25",
84-
"p2pclient @ git+https://github.com/sumanjeet0012/py-libp2p-daemon-bindings.git@6d4e5e0c2b3a12fb377183187cf0cf4094229e9e",
83+
"p2pclient==0.2.0",
8584
"pytest>=7.0.0",
8685
"pytest-xdist>=2.4.0",
8786
"pytest-trio>=0.5.2",
@@ -100,7 +99,7 @@ docs = [
10099
]
101100
test = [
102101
"factory-boy>=2.12.0,<3.0.0",
103-
"p2pclient @ git+https://github.com/sumanjeet0012/py-libp2p-daemon-bindings.git@6d4e5e0c2b3a12fb377183187cf0cf4094229e9e",
102+
"p2pclient==0.2.0",
104103
"pytest>=7.0.0",
105104
"pytest-asyncio>=0.21.0",
106105
"pytest-timeout>=2.4.0",

0 commit comments

Comments
 (0)