-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #229 from bug-or-feature/fix_dependencies
Sphinx should not be included as a dependency
- Loading branch information
Showing
7 changed files
with
7 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ Pipfile.lock | |
# env | ||
.github/.env | ||
.python-version | ||
.env/ | ||
|
||
.vscode | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "trading_ig" | ||
version = "0.0.12" | ||
description = "A lightweight wrapper for the IG Markets API written in Python" | ||
description = "A lightweight Python wrapper for the IG Markets API" | ||
authors = ["Femto Trader <[email protected]>"] | ||
maintainers = ["Andy Geach <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
@@ -37,8 +37,6 @@ six = "^1.15" | |
pandas = { version = "^1", optional = true } | ||
munch = { version = "^2.5", optional = true } | ||
tenacity = { version = "^7.0", optional = true } | ||
Sphinx = { version = "^4.0.3", optional = true } | ||
sphinx-rtd-theme = { version = "^0.5.2", optional = true } | ||
|
||
[tool.poetry.extras] | ||
pandas = ["pandas"] | ||
|
@@ -53,8 +51,8 @@ docs = [ | |
flake8 = "^3.9" | ||
pytest = "^6.2" | ||
responses = "^0.12" | ||
coverage = "^5.5" | ||
coveralls = "^3.2" | ||
sphinx-rtd-theme = {version = "^1.0.0", optional = true} | ||
|
||
[tool.poetry.urls] | ||
"Issues" = "https://github.com/ig-python/ig-markets-api-python-library/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters