python-http_request 0.0.4__tar.gz → 0.0.4.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-http_request
3
- Version: 0.0.4
3
+ Version: 0.0.4.1
4
4
  Summary: Python http response utils.
5
5
  Home-page: https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-http_request
6
6
  License: MIT
@@ -24,6 +24,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Requires-Dist: integer_tool
25
25
  Requires-Dist: python-asynctools
26
26
  Requires-Dist: python-filewrap
27
+ Requires-Dist: python-texttools
27
28
  Project-URL: Repository, https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-http_request
28
29
  Description-Content-Type: text/markdown
29
30
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "python-http_request"
3
- version = "0.0.4"
3
+ version = "0.0.4.1"
4
4
  description = "Python http response utils."
5
5
  authors = ["ChenyangGao <wosiwujm@gmail.com>"]
6
6
  license = "MIT"
@@ -29,6 +29,7 @@ include = [
29
29
  python = "^3.10"
30
30
  python-asynctools = "*"
31
31
  python-filewrap = "*"
32
+ python-texttools = "*"
32
33
  integer_tool = "*"
33
34
 
34
35
  [build-system]