andelf / tronpy

TRON Python Client Library.
MIT License
212 stars 96 forks source link

Can add the requirements.txt for the project? #17

Closed JK-1024 closed 3 years ago

andelf commented 3 years ago

This project uses poetry to manage its dependencies.

FYI:

poetry run pip freeze | awk '{print $1}'

alabaster
appdirs
attrs
Babel
base58
black
certifi
chardet
click
coverage==5.3
cytoolz==0.11.0
docutils
ecdsa
eth-abi
eth-hash
eth-typing
eth-utils
flake8
h11
httpcore
httpx
idna
imagesize
isort
Jinja2
MarkupSafe==1.1.1
mccabe
more-itertools
mypy
mypy-extensions
packaging
parsimonious
pathspec
pluggy
py
pycodestyle
pycryptodome==3.9.9
pyflakes
Pygments
pyparsing
pytest
pytest-asyncio
pytest-cov
pytz
regex==2020.11.13
requests
rfc3986
six
sniffio
snowballstemmer
Sphinx
sphinxcontrib-applehelp
sphinxcontrib-devhelp
sphinxcontrib-htmlhelp
sphinxcontrib-jsmath
sphinxcontrib-qthelp
sphinxcontrib-serializinghtml
toml
toolz
tronpy
typed-ast==1.4.1
typing-extensions
urllib3
wcwidth
JK-1024 commented 3 years ago

Thank you