initial commit
This commit is contained in:
15
한국투자증권(API)/pyproject.toml
Normal file
15
한국투자증권(API)/pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "kis-github"
|
||||
version = "1.0.0"
|
||||
description = "korea investment open api sample codes"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"pandas>=2.3.1",
|
||||
"pycryptodome>=3.23.0",
|
||||
"pyqt6>=6.9.1",
|
||||
"pyside6>=6.9.1",
|
||||
"pyyaml>=6.0.2",
|
||||
"requests>=2.32.4",
|
||||
"websockets>=15.0.1",
|
||||
]
|
||||
Reference in New Issue
Block a user