We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e6503e commit 25a9c78Copy full SHA for 25a9c78
setup.py
@@ -24,7 +24,7 @@
24
"PyYAML==5.4.1", # Used for config file format
25
"setproctitle==1.2.2", # Gives the ethgreen processes readable names
26
"sortedcontainers==2.4.0", # For maintaining sorted mempools
27
- "websockets==8.1.0", # For use in wallet RPC and electron UI
+ "websockets==9.1", # For use in wallet RPC and electron UI
28
"click==7.1.2", # For the CLI
29
"dnspythonchia==2.2.0", # Query DNS seeds
30
"watchdog==2.1.6", # Filesystem event watching - watches keyring.yaml
0 commit comments