Skip to content

Commit

Permalink
Remove requests from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed May 21, 2024
1 parent e370b11 commit 08bb168
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.6"
dependencies = [
"bokeh==3.4.1",
"pandas==2.2.1",
"requests==2.31.0",
"tbparse==0.0.8",
"toml==0.10.2",
]
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
bokeh==3.4.1
pandas==2.2.1
requests==2.31.0
tbparse==0.0.8
toml==0.10.2

0 comments on commit 08bb168

Please sign in to comment.