krx-hj3415 2.2.0__tar.gz → 2.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: krx-hj3415
3
- Version: 2.2.0
3
+ Version: 2.2.1
4
4
  Summary: KRX300 code scraper
5
5
  Keywords: example,demo
6
6
  Author-email: Hyungjin Kim <hj3415@gmail.com>
@@ -14,10 +14,10 @@ Requires-Dist: requests>=2.32.5
14
14
  Requires-Dist: pandas>=2.3.3
15
15
  Requires-Dist: openpyxl>=3.1.5
16
16
  Requires-Dist: xlrd>=2.0.2
17
- Requires-Dist: pydantic>=2.12.5
18
- Requires-Dist: pydantic-settings>=2.12.0
19
17
  Requires-Dist: typer>=0.21.1
20
- Requires-Dist: db2-hj3415>=2.0.0
18
+ Requires-Dist: db2-hj3415
19
+ Requires-Dist: contracts-hj3415
20
+ Requires-Dist: domain-hj3415
21
21
 
22
22
  # krx-hj3415
23
23
 
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
6
6
  name = "krx-hj3415" # PyPI 이름 (하이픈 허용)
7
- version = "2.2.0"
7
+ version = "2.2.1"
8
8
  description = "KRX300 code scraper"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.11"
@@ -22,10 +22,10 @@ dependencies = [
22
22
  "pandas>=2.3.3",
23
23
  "openpyxl>=3.1.5",
24
24
  "xlrd>=2.0.2",
25
- "pydantic>=2.12.5",
26
- "pydantic-settings>=2.12.0",
27
25
  "typer>=0.21.1",
28
- "db2-hj3415>=2.0.0",
26
+ "db2-hj3415",
27
+ "contracts-hj3415",
28
+ "domain-hj3415",
29
29
  ]
30
30
 
31
31
  [tool.flit.module]
File without changes
File without changes
File without changes
File without changes
File without changes