analyser_hj3415 2.0.1__tar.gz → 2.0.2__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: analyser_hj3415
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: Stock analyser and database processing programs
5
5
  Author-email: Hyungjin Kim <hj3415@gmail.com>
6
6
  Description-Content-Type: text/markdown
@@ -9,7 +9,7 @@ Requires-Dist: pandas>=2.2.2
9
9
  Requires-Dist: pymongo>=4.8.0
10
10
  Requires-Dist: sqlalchemy>=2.0.31
11
11
  Requires-Dist: utils-hj3415>=2.0.1
12
- Requires-Dist: scraper2-hj3415>=0.4.0
12
+ Requires-Dist: scraper2-hj3415>=2.0.0
13
13
  Project-URL: Home, https://www.hyungjin.kr
14
14
 
15
15
  ### analyser-hj3415
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
4
 
5
5
  [project]
6
6
  name = "analyser_hj3415"
7
- version = "2.0.1"
7
+ version = "2.0.2"
8
8
  authors = [{name = "Hyungjin Kim", email = "hj3415@gmail.com"}]
9
9
  description = "Stock analyser and database processing programs"
10
10
  readme = "README.md"
@@ -15,7 +15,7 @@ dependencies = [
15
15
  "pymongo>=4.8.0",
16
16
  "sqlalchemy>=2.0.31",
17
17
  "utils-hj3415>=2.0.1",
18
- "scraper2-hj3415>=0.4.0",
18
+ "scraper2-hj3415>=2.0.0",
19
19
  ]
20
20
 
21
21
  [project.scripts]
File without changes