python-httpfile 0.0.2.1__tar.gz → 0.0.4__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-httpfile
3
- Version: 0.0.2.1
3
+ Version: 0.0.4
4
4
  Summary: Python httpfile.
5
5
  Home-page: https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-httpfile
6
6
  License: MIT
@@ -22,8 +22,10 @@ Classifier: Topic :: Software Development
22
22
  Classifier: Topic :: Software Development :: Libraries
23
23
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
24
24
  Requires-Dist: http_response
25
- Requires-Dist: python-property
26
- Requires-Dist: python-urlopen
25
+ Requires-Dist: python-asynctools (>=0.0.5)
26
+ Requires-Dist: python-filewrap (>=0.2.1)
27
+ Requires-Dist: python-property (>=0.0.2)
28
+ Requires-Dist: python-urlopen (>=0.0.7.1)
27
29
  Project-URL: Repository, https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/python-httpfile
28
30
  Description-Content-Type: text/markdown
29
31