Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
windows can't build anything
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyMShea committed Feb 21, 2021
1 parent d5028e2 commit 969e7a0
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "upoly"
version = "0.1.28"
version = "0.1.29"
description = "High performance asyncio REST client for polygon.io"
authors = ["Riley <[email protected]>"]
license = "AGPL"
Expand Down Expand Up @@ -39,32 +39,32 @@ cchardet = "^2.1.7"

[tool.poetry.dev-dependencies]
aiofiles = "^0.6.0"
ipykernel = "^5.4.3"
# ipykernel = "^5.4.3"
black = "^20.8b1"
pre-commit = "^2.9.3"
pytest = "^6.2.1"
isort = "^5.7.0"
rope = "^0.18.0"
# isort = "^5.7.0"
# rope = "^0.18.0"
coverage = "^5.3.1"
mypy = "^0.800"
pytest-watch = "^4.2.0"
radon = "^4.3.2"
# mypy = "^0.800"
# pytest-watch = "^4.2.0"
# radon = "^4.3.2"
pytest-cov = "^2.11.1"
pytest-asyncio = "^0.14.0"
pytest-datadir = "^1.3.1"
pytest-mock = "^3.5.1"
cytoolz = "^0.11.0"
pyarrow = "^2.0.0"
matplotlib = "^3.3.3"
fsspec = "^0.8.5"
s3fs = "^0.5.2"
numba = "^0.52.0"
dask = "^2021.1.1"
jupyter = "^1.0.0"
jupyterlab = "^3.0.5"
dask-labextension = "^5.0.0"
jupyterlab-lsp = "^3.2.0"
python-language-server = {extras = ["all"], version = "^0.36.2"}
# cytoolz = "^0.11.0"
# pyarrow = "^2.0.0"
# matplotlib = "^3.3.3"
# fsspec = "^0.8.5"
# s3fs = "^0.5.2"
# numba = "^0.52.0"
# dask = "^2021.1.1"
# jupyter = "^1.0.0"
# jupyterlab = "^3.0.5"
# dask-labextension = "^5.0.0"
# jupyterlab-lsp = "^3.2.0"
# python-language-server = {extras = ["all"], version = "^0.36.2"}


[build-system]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_upoly.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@


def test_version() -> None:
assert __version__ == "0.1.28"
assert __version__ == "0.1.29"


def test_create_dataset_from_polygon():
Expand Down
2 changes: 1 addition & 1 deletion upoly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.28"
__version__ = "0.1.29"

from .polygon_plus import NY as NY
from .polygon_plus import async_polygon_aggs as async_polygon_aggs

0 comments on commit 969e7a0

Please sign in to comment.