kopia lustrzana https://github.com/bugout-dev/moonstream
Subscriptions map handle from moonstream types
rodzic
3582ed0c6e
commit
e7ea4a5535
|
@ -6,9 +6,9 @@ from urllib.parse import urlparse, urlunparse
|
|||
|
||||
|
||||
import requests
|
||||
from moonstreamdb.subscriptions import blockchain_type_to_subscription_type
|
||||
from moonstreamdbv3.db import MoonstreamDBEngine, MoonstreamDBIndexesEngine
|
||||
from moonstreamtypes.blockchain import AvailableBlockchainType
|
||||
from moonstreamtypes.subscriptions import blockchain_type_to_subscription_type
|
||||
from web3 import Web3
|
||||
from web3.middleware import geth_poa_middleware
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ setup(
|
|||
"fastapi",
|
||||
"moonstreamdb>=0.4.4",
|
||||
"moonstreamdb-v3>=0.0.9",
|
||||
"moonstream-types>=0.0.1",
|
||||
"moonstream-types>=0.0.2",
|
||||
"moonstream>=0.1.1",
|
||||
"moonworm[moonstream]>=0.6.2",
|
||||
"humbug",
|
||||
|
|
Ładowanie…
Reference in New Issue