kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #1158 from moonstream-to/fix-pypi-naming-5
Using build package for distributionpull/1161/head
commit
521426cb08
|
@ -2,4 +2,4 @@
|
|||
Moonstream library and API version.
|
||||
"""
|
||||
|
||||
MOONSTREAMAPI_VERSION = "0.4.10"
|
||||
MOONSTREAMAPI_VERSION = "0.4.11"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -15,9 +15,9 @@ setup(
|
|||
"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",
|
||||
|
@ -29,7 +29,7 @@ setup(
|
|||
],
|
||||
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,
|
||||
|
|
Ładowanie…
Reference in New Issue