Skip to content

Commit

Permalink
restore original pyproject.toml in python-restclient - was overridden
Browse files Browse the repository at this point in the history
  • Loading branch information
jcschaff committed Apr 26, 2024
1 parent 5507fb1 commit 86dfdec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python-restclient/pyproject.toml
Expand Up @@ -10,12 +10,14 @@ keywords = ["OpenAPI", "OpenAPI-Generator", "VCell API"]
include = ["vcell_client/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.9"

urllib3 = ">= 1.25.3"
python-dateutil = ">=2.8.2"
pydantic = ">=2"
typing-extensions = ">=4.7.1"
requests-oauth2client = "^1.5.1"
jupyter = "^1.0.0"

[tool.poetry.dev-dependencies]
pytest = ">=7.2.1"
Expand Down

0 comments on commit 86dfdec

Please sign in to comment.