xlin 0.1.11__tar.gz → 0.1.12__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.1
2
2
  Name: xlin
3
- Version: 0.1.11
3
+ Version: 0.1.12
4
4
  Summary: toolbox for LinXueyuan
5
5
  License: MIT
6
6
  Author: XiChen
@@ -23,6 +23,7 @@ Requires-Dist: pandas
23
23
  Requires-Dist: pyexcel
24
24
  Requires-Dist: pyexcel-xls
25
25
  Requires-Dist: pyexcel-xlsx
26
+ Requires-Dist: pyyaml
26
27
  Requires-Dist: tqdm
27
28
  Requires-Dist: xlsxwriter
28
29
  Description-Content-Type: text/markdown
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "xlin"
3
- version = "0.1.11"
3
+ version = "0.1.12"
4
4
  description = "toolbox for LinXueyuan"
5
5
  authors = ["XiChen <23211526+LinXueyuanStdio@users.noreply.github.com>"]
6
6
  license = "MIT"
@@ -14,6 +14,7 @@ pyexcel-xls = "*"
14
14
  pyexcel-xlsx = "*"
15
15
  xlsxwriter = "*"
16
16
  tqdm = "*"
17
+ pyyaml = "*"
17
18
 
18
19
  [build-system]
19
20
  requires = ["poetry-core"]
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
File without changes
File without changes