Replace moonworm==0.5.1 -> moonworm[moonstream]==0.5.1.

Change version.
pull/675/head
Andrey 2022-09-21 19:01:04 +03:00
rodzic 3e3288a55f
commit 8c6d22c88b
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -2,4 +2,4 @@
Moonstream crawlers version.
"""
MOONCRAWL_VERSION = "0.2.3"
MOONCRAWL_VERSION = "0.2.4"

Wyświetl plik

@ -38,7 +38,7 @@ setup(
"chardet",
"fastapi",
"moonstreamdb>=0.3.2",
"moonworm==0.5.1",
"moonworm[moonstream]==0.5.1",
"humbug",
"pydantic",
"python-dateutil",