Skip to content

Commit

Permalink
redid the python dependencies even though we won't be using them
Browse files Browse the repository at this point in the history
  • Loading branch information
zfogg committed Oct 21, 2022
1 parent 8bc2ba5 commit 9907519
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 66 deletions.
5 changes: 3 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
black
eth-brownie
black>=22.10.0
eth-brownie>=1.19.2
flake8
isort
brownie-token-tester
vyper>=0.3.7
114 changes: 50 additions & 64 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile
#
aiohttp==3.8.1
aiohttp==3.8.3
# via
# eth-brownie
# web3
Expand All @@ -16,13 +16,11 @@ asttokens==2.0.5
# via
# eth-brownie
# vyper
async-timeout==4.0.1
async-timeout==4.0.2
# via
# aiohttp
# eth-brownie
asynctest==0.13.0
# via eth-brownie
attrs==21.2.0
attrs==22.1.0
# via
# aiohttp
# eth-brownie
Expand All @@ -33,32 +31,30 @@ base58==2.1.1
# via
# eth-brownie
# multiaddr
bitarray==1.2.2
bitarray==2.6.0
# via
# eth-account
# eth-brownie
black==21.11b1
black==22.10.0
# via
# -r requirements.in
# eth-brownie
brownie-token-tester==0.2.2
# via -r requirements.in
cached-property==1.5.2
# via eth-brownie
certifi==2021.10.8
certifi==2022.9.24
# via
# eth-brownie
# requests
charset-normalizer==2.0.9
charset-normalizer==2.1.1
# via
# aiohttp
# eth-brownie
# requests
click==8.0.3
click==8.1.3
# via
# black
# eth-brownie
cytoolz==0.11.2
cytoolz==0.12.0
# via
# eth-brownie
# eth-keyfile
Expand All @@ -69,24 +65,24 @@ dataclassy==0.11.1
# eth-brownie
eip712==0.1.0
# via eth-brownie
eth-abi==2.1.1
eth-abi==2.2.0
# via
# eip712
# eth-account
# eth-brownie
# eth-event
# web3
eth-account==0.5.6
eth-account==0.5.9
# via
# eth-brownie
# web3
eth-brownie==1.17.2
eth-brownie==1.19.2
# via
# -r requirements.in
# brownie-token-tester
eth-event==1.2.3
# via eth-brownie
eth-hash[pycryptodome]==0.3.2
eth-hash[pycryptodome]==0.3.3
# via
# eth-brownie
# eth-event
Expand All @@ -96,7 +92,7 @@ eth-keyfile==0.5.1
# via
# eth-account
# eth-brownie
eth-keys==0.3.3
eth-keys==0.3.4
# via
# eth-account
# eth-brownie
Expand All @@ -105,7 +101,8 @@ eth-rlp==0.2.1
# via
# eth-account
# eth-brownie
eth-typing==2.2.2
# web3
eth-typing==2.3.0
# via
# eip712
# eth-abi
Expand All @@ -131,12 +128,12 @@ execnet==1.9.0
# pytest-xdist
flake8==4.0.1
# via -r requirements.in
frozenlist==1.2.0
frozenlist==1.3.1
# via
# aiohttp
# aiosignal
# eth-brownie
hexbytes==0.2.2
hexbytes==0.2.3
# via
# eip712
# eth-account
Expand All @@ -146,13 +143,11 @@ hexbytes==0.2.2
# web3
hypothesis==6.27.3
# via eth-brownie
idna==3.3
idna==3.4
# via
# eth-brownie
# requests
# yarl
importlib-metadata==4.8.2
# via eth-brownie
inflection==0.5.0
# via
# eth-brownie
Expand All @@ -173,9 +168,9 @@ jsonschema==3.2.0
# eth-brownie
# mythx-models
# web3
lazy-object-proxy==1.6.0
lazy-object-proxy==1.7.1
# via eth-brownie
lru-dict==1.1.7
lru-dict==1.1.8
# via
# eth-brownie
# web3
Expand All @@ -185,7 +180,7 @@ multiaddr==0.0.9
# via
# eth-brownie
# ipfshttpclient
multidict==5.2.0
multidict==6.0.2
# via
# aiohttp
# eth-brownie
Expand All @@ -210,25 +205,25 @@ parsimonious==0.8.1
# via
# eth-abi
# eth-brownie
pathspec==0.9.0
pathspec==0.10.1
# via
# black
# eth-brownie
platformdirs==2.4.0
platformdirs==2.5.2
# via
# black
# eth-brownie
pluggy==1.0.0
# via
# eth-brownie
# pytest
prompt-toolkit==3.0.23
prompt-toolkit==3.0.31
# via eth-brownie
protobuf==3.19.1
protobuf==3.19.5
# via
# eth-brownie
# web3
psutil==5.8.0
psutil==5.9.2
# via eth-brownie
py==1.11.0
# via
Expand All @@ -241,7 +236,7 @@ py-solc-x==1.1.1
# via eth-brownie
pycodestyle==2.8.0
# via flake8
pycryptodome==3.12.0
pycryptodome==3.15.0
# via
# eip712
# eth-brownie
Expand All @@ -250,7 +245,7 @@ pycryptodome==3.12.0
# vyper
pyflakes==2.4.0
# via flake8
pygments==2.10.0
pygments==2.13.0
# via
# eth-brownie
# pygments-lexer-solidity
Expand All @@ -260,11 +255,11 @@ pyjwt==1.7.1
# via
# eth-brownie
# pythx
pyparsing==3.0.6
pyparsing==3.0.9
# via
# eth-brownie
# packaging
pyrsistent==0.18.0
pyrsistent==0.18.1
# via
# eth-brownie
# jsonschema
Expand All @@ -273,7 +268,7 @@ pytest==6.2.5
# eth-brownie
# pytest-forked
# pytest-xdist
pytest-forked==1.3.0
pytest-forked==1.4.0
# via
# eth-brownie
# pytest-xdist
Expand All @@ -290,11 +285,7 @@ pythx==1.6.1
# via eth-brownie
pyyaml==5.4.1
# via eth-brownie
regex==2021.11.10
# via
# black
# eth-brownie
requests==2.26.0
requests==2.28.1
# via
# eth-brownie
# ipfshttpclient
Expand All @@ -307,7 +298,7 @@ rlp==2.0.1
# eth-account
# eth-brownie
# eth-rlp
semantic-version==2.8.5
semantic-version==2.10.0
# via
# eth-brownie
# py-solc-x
Expand All @@ -330,24 +321,17 @@ toml==0.10.2
# via
# eth-brownie
# pytest
tomli==1.2.2
tomli==2.0.1
# via
# black
# eth-brownie
toolz==0.11.2
toolz==0.12.0
# via
# cytoolz
# eth-brownie
tqdm==4.62.3
# via eth-brownie
typed-ast==1.5.1
tqdm==4.64.1
# via eth-brownie
typing-extensions==3.10.0.2
# via
# async-timeout
# black
# eth-brownie
urllib3==1.26.7
urllib3==1.26.12
# via
# eth-brownie
# requests
Expand All @@ -357,28 +341,30 @@ varint==1.0.2
# multiaddr
vvm==0.1.0
# via eth-brownie
vyper==0.3.2
# via eth-brownie
vyper==0.3.7
# via
# -r requirements.in
# eth-brownie
wcwidth==0.2.5
# via
# eth-brownie
# prompt-toolkit
web3==5.25.0
web3==5.31.1
# via eth-brownie
websockets==9.1
# via
# eth-brownie
# web3
wrapt==1.13.3
# via eth-brownie
yarl==1.7.2
wheel==0.37.1
# via
# aiohttp
# eth-brownie
zipp==3.6.0
# vyper
wrapt==1.14.1
# via eth-brownie
yarl==1.8.1
# via
# aiohttp
# eth-brownie
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools

0 comments on commit 9907519

Please sign in to comment.