Skip to content

Commit

Permalink
Added requests to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
senthurayyappan committed Jan 6, 2025
1 parent d064fd1 commit aeb38ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "onshape-robotics-toolkit"
version = "0.1.1"
version = "0.1.2"
description = "A python library to facilitate interaction with Onshape's REST API"
authors = ["Senthur Ayyappan <senthurayyappan@gmail.com>"]
repository = "https://github.com/neurobionics/onshape-robotics-toolkit"
Expand All @@ -25,6 +25,7 @@ tqdm = "^4.67.0"
mujoco = "^3.2.6"
lxml = "^5.3.0"
optuna = "^4.1.0"
requests = "^2.32.3"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
Expand Down

0 comments on commit aeb38ce

Please sign in to comment.