kopia lustrzana https://github.com/bugout-dev/moonstream
Removed specific versions at setup.py
rodzic
29584107a6
commit
b6ab715be1
|
@ -11,18 +11,18 @@ setup(
|
|||
version=MOONSTREAMAPI_VERSION,
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"appdirs~=1.4.4",
|
||||
"boto3~=1.20.2",
|
||||
"bugout~=0.1.18",
|
||||
"fastapi~=0.70.0",
|
||||
"moonstreamdb==0.2.0",
|
||||
"humbug~=0.2.7",
|
||||
"pydantic~=1.8.2",
|
||||
"pyevmasm~=0.2.3",
|
||||
"python-dateutil~=2.8.2",
|
||||
"python-multipart~=0.0.5",
|
||||
"uvicorn~=0.15.0",
|
||||
"web3~=5.24.0",
|
||||
"appdirs",
|
||||
"boto3",
|
||||
"bugout",
|
||||
"fastapi",
|
||||
"moonstreamdb",
|
||||
"humbug",
|
||||
"pydantic",
|
||||
"pyevmasm",
|
||||
"python-dateutil",
|
||||
"python-multipart",
|
||||
"uvicorn",
|
||||
"web3",
|
||||
],
|
||||
extras_require={
|
||||
"dev": ["black", "isort", "mypy", "types-requests", "types-python-dateutil"],
|
||||
|
|
|
@ -33,15 +33,15 @@ setup(
|
|||
package_data={"mooncrawl": ["py.typed"]},
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
"boto3~=1.20.2",
|
||||
"bugout~=0.1.17",
|
||||
"chardet~=4.0.0",
|
||||
"moonstreamdb==0.2.0",
|
||||
"humbug~=0.2.7",
|
||||
"python-dateutil~=2.8.2",
|
||||
"requests~=2.26.0",
|
||||
"tqdm~=4.62.3",
|
||||
"web3~=5.24.0",
|
||||
"boto3",
|
||||
"bugout",
|
||||
"chardet",
|
||||
"moonstreamdb",
|
||||
"humbug",
|
||||
"python-dateutil",
|
||||
"requests",
|
||||
"tqdm",
|
||||
"web3",
|
||||
],
|
||||
extras_require={
|
||||
"dev": ["black", "isort", "mypy", "types-requests", "types-python-dateutil"],
|
||||
|
|
|
@ -32,7 +32,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
package_data={"moonstreamdb": ["py.typed"]},
|
||||
zip_safe=False,
|
||||
install_requires=["alembic~=1.7.4", "psycopg2-binary~=2.9.1", "sqlalchemy~=1.4.26"],
|
||||
install_requires=["alembic", "psycopg2-binary", "sqlalchemy"],
|
||||
extras_require={
|
||||
"dev": ["black", "isort", "mypy"],
|
||||
"distribute": ["setuptools", "twine", "wheel"],
|
||||
|
|
Ładowanie…
Reference in New Issue