Skip to content

Commit

Permalink
Merge pull request #56 from valory-xyz/chore/pin-dependencies
Browse files Browse the repository at this point in the history
Pin dependencies which slows down the dependency resolution
  • Loading branch information
angrybayblade authored Apr 16, 2024
2 parents 2af9b59 + 048deee commit 7c6269c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 18 deletions.
22 changes: 11 additions & 11 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 22 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,30 @@ operate = "operate.cli:main"

[tool.poetry.dependencies]
python = "<4.0,>=3.8"
open-autonomy = ">=0.14.10"
open-aea-ledger-ethereum = ">=1.50.0"
open-autonomy = "==0.14.11.post1"
open-aea-ledger-ethereum = "==1.51.0"
open-aea-cli-ipfs = "==1.51.0"
clea = "==0.1.0rc4"
cytoolz = "==0.12.3"
docker = "6.1.2"
clea = ">=0.1.0rc4"
starlette = ">=0.36.3"
uvicorn = ">=0.27.0"
fastapi = "==0.110.0"
eth-hash = "==0.7.0"
eth-account = "==0.8.0"
eth-keyfile = "==0.6.1"
eth-keys = "==0.4.0"
eth-rlp = "==0.3.0"
eth-typing = "==3.5.2"
eth-utils = "==2.3.1"
eth-abi = "==5.1.0"
frozenlist = "==1.4.1"
hexbytes = "==0.3.1"
ipfshttpclient = "==0.8.0a2"
jsonschema = "==4.3.3"
multidict = "==6.0.5"
requests-toolbelt = "1.0.0"
fastapi = ">=0.110.0"
web3 = "6.1.0"
starlette = "==0.36.3"
uvicorn = "==0.27.0"
web3 = "==6.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7c6269c

Please sign in to comment.