kopia lustrzana https://github.com/bugout-dev/moonstream
Use bugout==0.1.15
This fixes bug with calling resources endpoint in Brood APIpull/56/head
rodzic
acd80c0d6b
commit
e7879ef95e
|
@ -3,7 +3,7 @@ asgiref==3.4.1
|
|||
black==21.7b0
|
||||
boto3==1.18.1
|
||||
botocore==1.21.1
|
||||
bugout==0.1.14
|
||||
bugout==0.1.15
|
||||
certifi==2021.5.30
|
||||
charset-normalizer==2.0.3
|
||||
click==8.0.1
|
||||
|
|
|
@ -10,7 +10,7 @@ setup(
|
|||
name="moonstream",
|
||||
version=MOONSTREAM_VERSION,
|
||||
packages=find_packages(),
|
||||
install_requires=["boto3", "bugout", "fastapi", "uvicorn"],
|
||||
install_requires=["boto3", "bugout >= 0.1.15", "fastapi", "uvicorn"],
|
||||
extras_require={
|
||||
"dev": ["black", "mypy"],
|
||||
"distribute": ["setuptools", "twine", "wheel"],
|
||||
|
|
Ładowanie…
Reference in New Issue