Skip to content

Commit

Permalink
initial frozen package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Feb 7, 2024
1 parent ee55dc4 commit e0808ee
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 0 deletions.
126 changes: 126 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
aiohttp==3.9.3
aiosignal==1.3.1
annotated-types==0.6.0
asttokens==2.4.1
async-timeout==4.0.3
attrs==23.2.0
Automat==22.10.0
base58==1.0.3
bitarray==2.9.2
cached-property==1.5.2
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
constantly==23.10.4
cryptography==42.0.2
cytoolz==0.12.3
dataclassy==0.11.1
decorator==5.1.1
Deprecated==1.2.14
eip712==0.2.4
eth-abi==4.2.1
eth-account==0.10.0
eth-ape==0.7.7
eth-bloom==3.0.0
eth-hash==0.6.0
eth-keyfile==0.7.0
eth-keys==0.4.0
eth-pydantic-types==0.1.0a5
eth-rlp==1.0.1
eth-tester==0.9.1b2
eth-typing==3.5.2
eth-utils==2.3.1
ethpm-types==0.6.7
evm-trace==0.1.2
evmchains==0.0.2
exceptiongroup==1.2.0
executing==2.0.1
frozenlist==1.4.1
greenlet==3.0.3
hexbytes==0.3.1
hyperlink==21.0.0
idna==3.6
ijson==3.2.3
importlib-metadata==7.0.1
incremental==22.10.0
iniconfig==2.0.0
ipython==8.21.0
jedi==0.19.1
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
lazyasd==0.1.4
lru-dict==1.2.0
markdown-it-py==3.0.0
matplotlib-inline==0.1.6
mdurl==0.1.2
morphys==1.0
msgspec==0.18.6
multidict==6.0.5
mypy-extensions==1.0.0
numpy==1.26.4
packaging==23.2
pandas==1.5.3
parsimonious==0.9.0
parso==0.8.3
pexpect==4.9.0
pluggy==1.4.0
prompt-toolkit==3.0.43
protobuf==4.25.2
ptyprocess==0.7.0
pure-eval==0.2.2
py-cid==0.3.0
py-ecc==6.0.0
py-evm==0.7.0a4
py-geth==4.2.0
py-multibase==1.0.3
py-multicodec==0.2.1
py-multihash==0.2.3
pycparser==2.21
pycryptodome==3.20.0
pydantic==2.5.3
pydantic-settings==2.1.0
pydantic_core==2.14.6
pyethash==0.1.27
PyGithub==1.59.1
Pygments==2.17.2
PyJWT==2.8.0
PyNaCl==1.5.0
pytest==7.4.4
pytest-mock==3.12.0
pytest-twisted==1.14.0
python-baseconv==1.2.2
python-dateutil==2.8.2
python-dotenv==1.0.1
pytz==2024.1
pyunormalize==15.1.0
PyYAML==6.0.1
referencing==0.33.0
regex==2023.12.25
requests==2.31.0
rich==13.7.0
rlp==3.0.0
rpds-py==0.17.1
safe-pysha3==1.0.4
semantic-version==2.10.0
six==1.16.0
sortedcontainers==2.4.0
SQLAlchemy==2.0.25
stack-data==0.6.3
tomli==2.0.1
toolz==0.12.1
tqdm==4.66.1
traitlets==5.14.1
trie==2.2.0
Twisted==23.10.0
typing_extensions==4.9.0
urllib3==2.2.0
varint==1.0.2
watchdog==3.0.0
wcwidth==0.2.13
web3==6.15.1
websockets==12.0
wrapt==1.16.0
yarl==1.9.4
zipp==3.17.0
zope.interface==6.1
46 changes: 46 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
aiohttp==3.9.3
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
atxm @ file:///home/k/Git/atxm
Automat==22.10.0
bitarray==2.9.2
certifi==2024.2.2
charset-normalizer==3.3.2
constantly==23.10.4
cytoolz==0.12.3
eth-account==0.11.0
eth-hash==0.6.0
eth-keyfile==0.7.0
eth-keys==0.5.0
eth-rlp==1.0.1
eth-typing==4.0.0
eth-utils==3.0.0
eth_abi==5.0.0
frozenlist==1.4.1
hexbytes==0.3.1
hyperlink==21.0.0
idna==3.6
incremental==22.10.0
jsonschema==4.21.1
jsonschema-specifications==2023.12.1
lru-dict==1.2.0
multidict==6.0.5
parsimonious==0.9.0
protobuf==4.25.2
pycryptodome==3.20.0
pyunormalize==15.1.0
referencing==0.33.0
regex==2023.12.25
requests==2.31.0
rlp==4.0.0
rpds-py==0.17.1
six==1.16.0
toolz==0.12.1
Twisted==23.10.0
typing_extensions==4.9.0
urllib3==2.2.0
web3==6.15.1
websockets==12.0
yarl==1.9.4
zope.interface==6.1

0 comments on commit e0808ee

Please sign in to comment.