dmddl 0.2.17__tar.gz → 0.2.18__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.3
2
2
  Name: dmddl
3
- Version: 0.2.17
3
+ Version: 0.2.18
4
4
  Summary: cli tool for creating insert script from ddl script
5
5
  License: MIT
6
6
  Author: HoJLter
@@ -11,8 +11,10 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.13
12
12
  Requires-Dist: aiohttp (>=3.11.18,<4.0.0)
13
13
  Requires-Dist: bs4 (>=0.0.2,<0.0.3)
14
- Requires-Dist: pydantic (>=2.11.4,<3.0.0)
15
- Requires-Dist: pydantic-settings (>=2.9.1,<3.0.0)
14
+ Requires-Dist: dotenv (>=0.9.9,<0.10.0)
15
+ Requires-Dist: questionary (>=2.1.0,<3.0.0)
16
+ Requires-Dist: requests (>=2.32.3,<3.0.0)
17
+ Requires-Dist: rich (>=14.0.0,<15.0.0)
16
18
  Description-Content-Type: text/markdown
17
19
 
18
20
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dmddl"
3
- version = "0.2.17"
3
+ version = "0.2.18"
4
4
  description = "cli tool for creating insert script from ddl script"
5
5
  authors = [
6
6
  {name = "HoJLter",email = "hojlter.work@gmail.com"}
@@ -9,10 +9,12 @@ license = {text = "MIT License"}
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.13"
11
11
  dependencies = [
12
- "pydantic (>=2.11.4,<3.0.0)",
13
- "pydantic-settings (>=2.9.1,<3.0.0)",
14
12
  "aiohttp (>=3.11.18,<4.0.0)",
15
- "bs4 (>=0.0.2,<0.0.3)"
13
+ "bs4 (>=0.0.2,<0.0.3)",
14
+ "rich (>=14.0.0,<15.0.0)",
15
+ "questionary (>=2.1.0,<3.0.0)",
16
+ "requests (>=2.32.3,<3.0.0)",
17
+ "dotenv (>=0.9.9,<0.10.0)"
16
18
  ]
17
19
 
18
20
 
Binary file
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes