add numpy to pipfile

This commit is contained in:
2024-01-17 15:25:05 +00:00
parent 21a13acbff
commit c5c0ce46db
2 changed files with 45 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ name = "pypi"
[packages]
tabulate = "*"
numpy = "*"
[dev-packages]