Skip to content

Commit

Permalink
Revert PyProject to It's Old Form
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Jan 3, 2025
1 parent c55a862 commit cf13f5e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions python-restclient/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ keywords = ["OpenAPI", "OpenAPI-Generator", "VCell API"]
include = ["vcell_client/py.typed"]

[tool.poetry.dependencies]
python = "^3.7"
python = "3.10.*"

urllib3 = ">= 1.25.3"
python-dateutil = ">=2.8.2"
pydantic = ">=2"
typing-extensions = ">=4.7.1"
pydantic = ">=2.10.4"
typing-extensions = ">=4.6.0"
pandas = ">=2"
jupyter = "^1.1.1"
requests_oauth2client = ">=1.6.0"

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

0 comments on commit cf13f5e

Please sign in to comment.