This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bdfba0
commit d43ef14
Showing
4 changed files
with
45 additions
and
28 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "upoly" | ||
version = "0.1.33" | ||
version = "0.1.34" | ||
description = "High performance asyncio REST client for polygon.io" | ||
authors = ["Riley <[email protected]>"] | ||
license = "AGPL" | ||
|
@@ -26,13 +26,13 @@ classifiers = [ | |
[tool.poetry.dependencies] | ||
python = ">=3.8,<3.9" | ||
python-dotenv = "^0.15.0" | ||
orjson = "^3.4.6" | ||
orjson = "^3.5.0" | ||
nest-asyncio = "^1.4.3" | ||
pandas-market-calendars = "^1.6.1" | ||
joblib = "^1.0.1" | ||
numpy = "^1.20.1" | ||
pandas = "^1.2.2" | ||
aiohttp = "^3.7.3" | ||
aiohttp = "^3.7.4" | ||
aiodns = "^2.0.0" | ||
Brotli = "^1.0.9" | ||
cchardet = "^2.1.7" | ||
|
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,4 +1,4 @@ | ||
__version__ = "0.1.33" | ||
__version__ = "0.1.34" | ||
|
||
from .polygon_plus import NY as NY | ||
from .polygon_plus import async_polygon_aggs as async_polygon_aggs |
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