Skip to content

Commit

Permalink
Using build package for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
kompotkot committed Jan 7, 2025
1 parent bf52dec commit 1e32edc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion moonstreamapi/moonstreamapi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Moonstream library and API version.
"""

MOONSTREAMAPI_VERSION = "0.4.10"
MOONSTREAMAPI_VERSION = "0.4.11"
6 changes: 3 additions & 3 deletions moonstreamapi/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jsonschema==4.17.0
lru-dict==1.1.8
Mako==1.2.3
MarkupSafe==2.1.1
moonstream==0.1.1
moonstreamdb==0.4.5
moonstreamdb-v3==0.0.18
moonstream==0.1.2
moonstreamdb==0.4.6
moonstreamdb-v3==0.1.3
multiaddr==0.0.9
multidict==6.0.2
netaddr==0.8.0
Expand Down
8 changes: 4 additions & 4 deletions moonstreamapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"boto3",
"bugout>=0.2.15",
"fastapi",
"moonstream",
"moonstreamdb>=0.4.5",
"moonstreamdb-v3>=0.0.18",
"moonstream>=0.1.2",
"moonstreamdb>=0.4.6",
"moonstreamdb-v3>=0.1.3",
"humbug",
"pydantic==1.10.2",
"pyevmasm",
Expand All @@ -29,7 +29,7 @@
],
extras_require={
"dev": ["black", "isort", "mypy", "types-requests", "types-python-dateutil"],
"distribute": ["setuptools", "twine", "wheel"],
"distribute": ["build", "twine"],
},
package_data={"moonstreamapi": ["py.typed"]},
zip_safe=False,
Expand Down

0 comments on commit 1e32edc

Please sign in to comment.