Skip to content

Commit

Permalink
Merge pull request #49 from rcholic/deps
Browse files Browse the repository at this point in the history
separate deps
  • Loading branch information
rcholic authored Dec 31, 2024
2 parents ba72c84 + 9a55583 commit 8024c47
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cschwabpy"
version = "0.1.4.7"
version = "0.1.4.8"
description = ""
authors = ["Tony Wang <[email protected]>"]
readme = "README.md"
Expand All @@ -9,19 +9,21 @@ packages = [{include = "cschwabpy"}]
[tool.poetry.dependencies]
python = "^3.9"
httpx = "^0.26.0"
pre-commit = "^3.7.1"
pytest-asyncio = "^0.21.1"
pydantic = "^2.7.3"
prompt-toolkit = "^3.0.45"
pandas = "^2.2.2"
numpy = "^1.26.4"
pytz = "^2024.1"
arrow = "^1.3.0"
aiofiles = "^24.1.0"
backoff = "^2.2.1"

[tool.poetry.group.dev.dependencies]
httpx = "^0.26.0"
pre-commit = "^3.7.1"
pytest-httpx = "^0.29.0"
pytest = "^7.4.4"

pytest-asyncio = "^0.21.1"
prompt-toolkit = "^3.0.45"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="CSchwabPy",
version="0.1.4.7",
version="0.1.4.8",
description="Charles Schwab Stock & Option Trade API Client for Python.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 8024c47

Please sign in to comment.