Skip to content

Commit

Permalink
dependencies for new library and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarro committed Jun 14, 2023
1 parent 9901f11 commit f1165c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ interrogate = "*"

[requires]
python_version = "3.11"

[requests]
requests = "*"

[pandas]
pandas = "*"
pyarrow = "*"
openpyxl = "*"

[polars]
polars = "*"
xlsxwriter = "*"
xlsx2csv = "*"

0 comments on commit f1165c7

Please sign in to comment.