Skip to content

Commit

Permalink
adding tabulate as requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
barnjamin committed Mar 23, 2022
1 parent 78aa402 commit 8ded7ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
project_urls={
"Source": "https://github.com/algorand/py-algorand-sdk",
},
install_requires=["pynacl", "pycryptodomex>=3.6.0", "msgpack"],
install_requires=[
"pynacl",
"pycryptodomex>=3.6.0",
"msgpack",
"tabulate>=0.8.9",
],
packages=setuptools.find_packages(),
python_requires=">=3.5",
package_data={"": ["data/langspec.json"]},
Expand Down

0 comments on commit 8ded7ec

Please sign in to comment.