Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions requirements/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ eth-account==0.7.0
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements-dev.txt
# eth-hash
# eth-utils
# web3
eth-keyfile==0.6.0
Expand Down Expand Up @@ -283,6 +284,7 @@ idna==2.8
importlib-metadata==5.0.0
# via
# -r requirements-dev.txt
# flask
# pluggy
incremental==17.5.0
# via
Expand Down Expand Up @@ -342,7 +344,9 @@ marshmallow==3.18.0
# marshmallow-enum
# marshmallow-polyfield
marshmallow-dataclass[union]==8.5.9
# via -r requirements-dev.txt
# via
# -r requirements-dev.txt
# marshmallow-dataclass
marshmallow-enum==1.5.1
# via -r requirements-dev.txt
marshmallow-polyfield==5.10
Expand Down Expand Up @@ -437,7 +441,7 @@ pillow==9.0.1
# via
# -r requirements-dev.txt
# matrix-synapse
pip-tools==6.8.0
pip-tools==7.3.0
# via -r requirements-dev.txt
platformdirs==2.2.0
# via
Expand Down Expand Up @@ -663,6 +667,7 @@ tomli==2.0.1
# black
# build
# mypy
# pip-tools
# pytest
toolz==0.12.0
# via
Expand All @@ -682,6 +687,7 @@ twisted[tls]==21.2.0
# -r requirements-dev.txt
# matrix-synapse
# treq
# twisted
typeguard==2.11.1
# via
# -r requirements-dev.txt
Expand Down Expand Up @@ -726,8 +732,11 @@ typing-extensions==4.4.0
# via
# -r requirements-dev.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
# typing-inspect
typing-inspect==0.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# -r requirements-docs.txt

# Dependencies
pip-tools~=6.8.0 # this is used by 'deps.py'
pip-tools~=7.3.0 # this is used by 'deps.py'

# Linting
flake8
Expand Down
12 changes: 10 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ eth-account==0.7.0
eth-hash[pycryptodome]==0.3.3
# via
# -r requirements.txt
# eth-hash
# eth-utils
# web3
eth-keyfile==0.6.0
Expand Down Expand Up @@ -250,6 +251,7 @@ importlib-metadata==5.0.0
# via
# -r requirements-dev.in
# -r requirements.txt
# flask
# pluggy
incremental==17.5.0
# via
Expand Down Expand Up @@ -300,7 +302,9 @@ marshmallow==3.18.0
# marshmallow-enum
# marshmallow-polyfield
marshmallow-dataclass[union]==8.5.9
# via -r requirements.txt
# via
# -r requirements.txt
# marshmallow-dataclass
marshmallow-enum==1.5.1
# via -r requirements.txt
marshmallow-polyfield==5.10
Expand Down Expand Up @@ -378,7 +382,7 @@ pickleshare==0.7.5
# via ipython
pillow==9.0.1
# via matrix-synapse
pip-tools==6.8.0
pip-tools==7.3.0
# via -r requirements-dev.in
platformdirs==2.2.0
# via
Expand Down Expand Up @@ -562,6 +566,7 @@ tomli==2.0.1
# black
# build
# mypy
# pip-tools
# pytest
toolz==0.12.0
# via
Expand Down Expand Up @@ -611,8 +616,11 @@ typing-extensions==4.4.0
# via
# -r requirements.txt
# aiohttp
# astroid
# black
# matrix-synapse
# mypy
# pylint
# signedjson
# typing-inspect
typing-inspect==0.8.0
Expand Down