Created
June 7, 2023 07:50
-
-
Save xareelee/de5863a7b61ab2faff0d9f59bb1eb508 to your computer and use it in GitHub Desktop.
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
[tool.poetry] | |
name = "py_sec_edgar" | |
version = "0.1.0" | |
description = "" | |
authors = ["Xaree Lee <[email protected]>"] | |
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