Skip to content

Commit

Permalink
pip: update Pipfile and Pipfile.lock
Browse files Browse the repository at this point in the history
Ensure that the dependencies / requirements of lopper are
up to date.

Signed-off-by: Bruce Ashfield <[email protected]>
  • Loading branch information
Bruce Ashfield committed Jan 23, 2025
1 parent 05114a9 commit 2e1de2b
Show file tree
Hide file tree
Showing 2 changed files with 294 additions and 207 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ name = "pypi"
[packages]
flask = "*"
flask-restful = "*"
pandas = "*"
"ruamel.yaml" = "*"
anytree = "*"
humanfriendly = "*"
pandas = "*"
packaging = "*"
setuptools = "*"

[dev-packages]

Expand Down
Loading

0 comments on commit 2e1de2b

Please sign in to comment.