File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ maintainers = [
1919]
2020dependencies = [
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]
101100test = [
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" ,
You can’t perform that action at this time.
0 commit comments