Skip to content

Commit 3c57726

Browse files
committed
Install tabulate dependency
1 parent d5af7e4 commit 3c57726

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

poetry.lock

Lines changed: 16 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ streamlit = "^0.72.0"
1919
pydantic = "^1.7.3"
2020
plotly = "^4.14.1"
2121
scipy = "^1.5.4"
22+
tabulate = "^0.8.7"
2223

2324
[tool.poetry.dev-dependencies]
2425
pytest = "^6.1.2"

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ send2trash==1.5.0; python_version >= "3.6"
7171
six==1.15.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
7272
smmap==3.0.4; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
7373
streamlit==0.72.0; python_version >= "3.6"
74+
tabulate==0.8.7
7475
terminado==0.9.1; python_version >= "3.6"
7576
testpath==0.4.4; python_version >= "3.6"
7677
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"

0 commit comments

Comments
 (0)