xlwings-utils 25.1.0.post0__tar.gz → 25.1.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.

Potentially problematic release.


This version of xlwings-utils might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.1.0.post0
3
+ Version: 25.1.1
4
4
  Summary: xlwings_utils
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/xlwings_utils
@@ -9,6 +9,7 @@ Classifier: Development Status :: 5 - Production/Stable
9
9
  Classifier: Programming Language :: Python :: 3 :: Only
10
10
  Requires-Python: >=3.9
11
11
  Description-Content-Type: text/markdown
12
+ Requires-Dist: requests
12
13
 
13
14
  <img src="https://www.salabim.org/xlwings_utils_logo2.png">
14
15
 
@@ -10,10 +10,12 @@ authors = [
10
10
  { name = "Ruud van der Ham", email = "rt.van.der.ham@gmail.com" },
11
11
  ]
12
12
  description = "xlwings_utils"
13
- version = "25.1.0.post0"
13
+ version = "25.1.1"
14
14
  readme = "README.md"
15
15
  requires-python = ">=3.9"
16
- dependencies = []
16
+ dependencies = [
17
+ "requests",
18
+ ]
17
19
  classifiers = [
18
20
  "Development Status :: 5 - Production/Stable",
19
21
  "Programming Language :: Python :: 3 :: Only",
@@ -5,7 +5,7 @@
5
5
  # /_/\_\|_| \_/\_/ |_||_| |_| \__, ||___/ _____ \__,_| \__||_||_||___/
6
6
  # |___/ |_____|
7
7
 
8
- __version__ = "25.1.0"
8
+ __version__ = "25.1.1"
9
9
 
10
10
 
11
11
  from pathlib import Path
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xlwings_utils
3
- Version: 25.1.0.post0
3
+ Version: 25.1.1
4
4
  Summary: xlwings_utils
5
5
  Author-email: Ruud van der Ham <rt.van.der.ham@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/salabim/xlwings_utils
@@ -9,6 +9,7 @@ Classifier: Development Status :: 5 - Production/Stable
9
9
  Classifier: Programming Language :: Python :: 3 :: Only
10
10
  Requires-Python: >=3.9
11
11
  Description-Content-Type: text/markdown
12
+ Requires-Dist: requests
12
13
 
13
14
  <img src="https://www.salabim.org/xlwings_utils_logo2.png">
14
15
 
@@ -6,4 +6,5 @@ xlwings_utils/xlwings_utils.py
6
6
  xlwings_utils.egg-info/PKG-INFO
7
7
  xlwings_utils.egg-info/SOURCES.txt
8
8
  xlwings_utils.egg-info/dependency_links.txt
9
+ xlwings_utils.egg-info/requires.txt
9
10
  xlwings_utils.egg-info/top_level.txt