xlin 0.1.10__tar.gz → 0.1.11__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.10
3
+ Version: 0.1.11
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: tqdm
26
27
  Requires-Dist: xlsxwriter
27
28
  Description-Content-Type: text/markdown
28
29
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "xlin"
3
- version = "0.1.10"
3
+ version = "0.1.11"
4
4
  description = "toolbox for LinXueyuan"
5
5
  authors = ["XiChen <23211526+LinXueyuanStdio@users.noreply.github.com>"]
6
6
  license = "MIT"
@@ -13,6 +13,7 @@ pyexcel = "*"
13
13
  pyexcel-xls = "*"
14
14
  pyexcel-xlsx = "*"
15
15
  xlsxwriter = "*"
16
+ tqdm = "*"
16
17
 
17
18
  [build-system]
18
19
  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