kopia lustrzana https://github.com/bugout-dev/moonstream
Bumped bugout package version
rodzic
e7be016c98
commit
32b0088fdb
|
@ -1732,7 +1732,8 @@ def assign_resource(
|
|||
leaderboard.resource_id = resource_id
|
||||
else:
|
||||
resource = create_leaderboard_resource(
|
||||
leaderboard_id=str(leaderboard_id), user_id=user.id
|
||||
leaderboard_id=str(leaderboard_id),
|
||||
user_id=user.id if user is not None else None,
|
||||
)
|
||||
|
||||
leaderboard.resource_id = resource.id
|
||||
|
|
|
@ -7,7 +7,7 @@ base58==2.1.1
|
|||
bitarray==2.7.6
|
||||
boto3==1.27.0
|
||||
botocore==1.30.0
|
||||
bugout==0.2.14
|
||||
bugout==0.2.15
|
||||
certifi==2023.5.7
|
||||
charset-normalizer==3.1.0
|
||||
click==8.1.3
|
||||
|
|
|
@ -13,7 +13,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"boto3",
|
||||
"bugout>=0.2.14",
|
||||
"bugout>=0.2.15",
|
||||
"eip712==0.1.0",
|
||||
"eth-typing>=2.3.0",
|
||||
"fastapi",
|
||||
|
|
|
@ -9,7 +9,7 @@ base58==2.1.1
|
|||
bitarray==2.6.0
|
||||
boto3==1.26.5
|
||||
botocore==1.29.5
|
||||
bugout>=0.2.13
|
||||
bugout>=0.2.15
|
||||
certifi==2022.9.24
|
||||
charset-normalizer==2.1.1
|
||||
click==8.1.3
|
||||
|
|
|
@ -13,7 +13,7 @@ setup(
|
|||
install_requires=[
|
||||
"appdirs",
|
||||
"boto3",
|
||||
"bugout>=0.2.13",
|
||||
"bugout>=0.2.15",
|
||||
"fastapi",
|
||||
"moonstreamdb>=0.3.5",
|
||||
"humbug",
|
||||
|
|
Ładowanie…
Reference in New Issue