Skip to content

Commit

Permalink
remove requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
molly-moen committed Dec 6, 2024
1 parent 84850b2 commit aa016f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pythonlab_setup/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ build-backend = "setuptools.build_meta"
[project]
name = "pythonlab_setup"
version = "0.1.0"
dependencies = ["matplotlib", "requests"]
dependencies = ["matplotlib"]

0 comments on commit aa016f1

Please sign in to comment.