added bugout to setup.py

pull/263/head
yhtiyar 2021-09-22 13:08:29 +03:00
rodzic 70a75b8d69
commit 310b23501e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -32,13 +32,14 @@ setup(
package_data={"mooncrawl": ["py.typed"]},
zip_safe=False,
install_requires=[
"boto3",
"bugout >= 0.1.17",
"moonstreamdb @ git+https://git@github.com/bugout-dev/moonstream.git@a4fff6498f66789934d4af26fd42a8cfb6e5eed5#egg=moonstreamdb&subdirectory=db",
"humbug",
"python-dateutil",
"requests",
"tqdm",
"web3",
"boto3",
],
extras_require={
"dev": ["black", "mypy", "types-requests", "types-python-dateutil"]