kopia lustrzana https://github.com/bugout-dev/moonstream
Update bugout version.
rodzic
a45ea9e36f
commit
1ae366ab7d
|
@ -2,4 +2,4 @@
|
||||||
Moonstream crawlers version.
|
Moonstream crawlers version.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
MOONCRAWL_VERSION = "0.3.3"
|
MOONCRAWL_VERSION = "0.3.4"
|
||||||
|
|
|
@ -34,7 +34,7 @@ setup(
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"boto3",
|
"boto3",
|
||||||
"bugout>=0.2.12",
|
"bugout>=0.2.13",
|
||||||
"chardet",
|
"chardet",
|
||||||
"fastapi",
|
"fastapi",
|
||||||
"moonstreamdb>=0.3.4",
|
"moonstreamdb>=0.3.4",
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
Moonstream library and API version.
|
Moonstream library and API version.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
MOONSTREAMAPI_VERSION = "0.2.8"
|
MOONSTREAMAPI_VERSION = "0.2.9"
|
||||||
|
|
|
@ -9,7 +9,7 @@ base58==2.1.1
|
||||||
bitarray==2.6.0
|
bitarray==2.6.0
|
||||||
boto3==1.26.5
|
boto3==1.26.5
|
||||||
botocore==1.29.5
|
botocore==1.29.5
|
||||||
bugout>=0.2.12
|
bugout>=0.2.13
|
||||||
certifi==2022.9.24
|
certifi==2022.9.24
|
||||||
charset-normalizer==2.1.1
|
charset-normalizer==2.1.1
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
|
@ -65,4 +65,4 @@ uvicorn==0.19.0
|
||||||
varint==1.0.2
|
varint==1.0.2
|
||||||
web3==5.31.1
|
web3==5.31.1
|
||||||
websockets==9.1
|
websockets==9.1
|
||||||
yarl==1.8.1
|
yarl==1.8.1
|
||||||
|
|
|
@ -13,7 +13,7 @@ setup(
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"appdirs",
|
"appdirs",
|
||||||
"boto3",
|
"boto3",
|
||||||
"bugout>=0.2.12",
|
"bugout>=0.2.13",
|
||||||
"fastapi",
|
"fastapi",
|
||||||
"moonstreamdb>=0.3.4",
|
"moonstreamdb>=0.3.4",
|
||||||
"humbug",
|
"humbug",
|
||||||
|
|
Ładowanie…
Reference in New Issue