mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
Pin nostr-sdk to 0.42.x
This commit is contained in:
@@ -31,7 +31,7 @@ requires = [
|
|||||||
"aiohttp>=3.12.14",
|
"aiohttp>=3.12.14",
|
||||||
"bcrypt",
|
"bcrypt",
|
||||||
"portalocker>=2.8",
|
"portalocker>=2.8",
|
||||||
"nostr-sdk>=0.42.1",
|
"nostr-sdk>=0.42.1,<0.43",
|
||||||
"websocket-client==1.7.0",
|
"websocket-client==1.7.0",
|
||||||
"websockets>=15.0.0",
|
"websockets>=15.0.0",
|
||||||
"tomli",
|
"tomli",
|
||||||
|
@@ -11,7 +11,7 @@ pytest>=7.0
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
portalocker>=2.8
|
portalocker>=2.8
|
||||||
nostr-sdk>=0.42.1
|
nostr-sdk>=0.42.1,<0.43
|
||||||
websocket-client==1.7.0
|
websocket-client==1.7.0
|
||||||
|
|
||||||
websockets>=15.0.0
|
websockets>=15.0.0
|
||||||
|
@@ -10,7 +10,7 @@ mnemonic
|
|||||||
aiohttp>=3.12.14
|
aiohttp>=3.12.14
|
||||||
bcrypt
|
bcrypt
|
||||||
portalocker>=2.8
|
portalocker>=2.8
|
||||||
nostr-sdk>=0.42.1
|
nostr-sdk>=0.42.1,<0.43
|
||||||
websocket-client==1.7.0
|
websocket-client==1.7.0
|
||||||
|
|
||||||
websockets>=15.0.0
|
websockets>=15.0.0
|
||||||
|
Reference in New Issue
Block a user