kopia lustrzana https://github.com/bugout-dev/moonstream
Merge pull request #1160 from moonstream-to/fix-pypi-naming-7
Using build package for distributionpull/1161/head mooncrawl/v0.5.1
commit
0f0b5288ed
|
|
@ -2,4 +2,4 @@
|
|||
Moonstream crawlers version.
|
||||
"""
|
||||
|
||||
MOONCRAWL_VERSION = "0.5.0"
|
||||
MOONCRAWL_VERSION = "0.5.1"
|
||||
|
|
|
|||
|
|
@ -37,10 +37,10 @@ setup(
|
|||
"bugout>=0.2.13",
|
||||
"chardet",
|
||||
"fastapi",
|
||||
"moonstreamdb>=0.4.5",
|
||||
"moonstreamdb-v3>=0.0.16",
|
||||
"moonstream-types>=0.0.6",
|
||||
"moonstream>=0.1.1",
|
||||
"moonstreamdb>=0.4.6",
|
||||
"moonstreamdb-v3>=0.1.3",
|
||||
"moonstream-types>=0.0.10",
|
||||
"moonstream>=0.1.2",
|
||||
"moonworm[moonstream]>=0.9.3",
|
||||
"humbug",
|
||||
"pydantic==1.9.2",
|
||||
|
|
@ -52,7 +52,7 @@ setup(
|
|||
],
|
||||
extras_require={
|
||||
"dev": ["black", "isort", "mypy", "types-requests", "types-python-dateutil"],
|
||||
"distribute": ["setuptools", "twine", "wheel"],
|
||||
"distribute": ["build", "twine"],
|
||||
},
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue