Skip to content

Instantly share code, notes, and snippets.

@xareelee
Created June 7, 2023 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xareelee/de5863a7b61ab2faff0d9f59bb1eb508 to your computer and use it in GitHub Desktop.
Save xareelee/de5863a7b61ab2faff0d9f59bb1eb508 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "py_sec_edgar"
version = "0.1.0"
description = ""
authors = ["Xaree Lee <xareelee@gmail.com>"]
readme = "README.md"
packages = [{include = "py_sec_edgar"}]
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.30.0"
pandas = "^2.0.1"
throttler = "^1.2.2"
[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.0.267"
ipykernel = "^6.23.1"
[tool.pytest.ini_options]
pythonpath = [
".", "py_sec_edgar",
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment