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

Commit

Permalink
add pytest plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyMShea committed Jan 23, 2021
1 parent 422b78e commit 1143efa
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
35 changes: 34 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,19 @@ keywords = ["asyncio", "polygon", "polygonio", "python", "client-python", "http2

classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Topic :: Office/Business :: Financial :: Investment",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development",
"Typing :: Typed",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"License :: OSI Approved :: AGPL License",
]

[tool.poetry.dependencies]
Expand Down Expand Up @@ -40,6 +50,8 @@ 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"


[build-system]
Expand Down

0 comments on commit 1143efa

Please sign in to comment.