diff --git a/poetry.lock b/poetry.lock index 7040065..e45f9ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2946,4 +2946,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "6cfd178a5bee91b95f1276b6b45d52dc5fc96704489bafa8dae7192598800e4f" +content-hash = "7bb834114b01c26d41c0168b2aeb819e5535c1f3e17576ce3860364f4b156e0f" diff --git a/pyproject.toml b/pyproject.toml index 01b18b1..681a7e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] repository = "https://github.com/neurobionics/onshape-robotics-toolkit" @@ -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"