xmi-logger 0.0.2__tar.gz → 0.0.3__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.4
2
2
  Name: xmi_logger
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: An enhanced logger based on Loguru
5
5
  Home-page: https://github.com/wang-zhibo/xmi_logger
6
6
  Author: gm.zhibo.wang
@@ -13,6 +13,7 @@ Requires-Python: >=3.6
13
13
  Description-Content-Type: text/markdown
14
14
  Requires-Dist: loguru==0.7.3
15
15
  Requires-Dist: requests
16
+ Requires-Dist: aiohttp
16
17
  Dynamic: author
17
18
  Dynamic: author-email
18
19
  Dynamic: classifier
@@ -13,7 +13,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
13
13
 
14
14
  setup(
15
15
  name='xmi_logger',
16
- version='0.0.2',
16
+ version='0.0.3',
17
17
  author='gm.zhibo.wang',
18
18
  author_email='gm.zhibo.wang@gmail.com',
19
19
  description='An enhanced logger based on Loguru',
@@ -29,7 +29,8 @@ setup(
29
29
  ],
30
30
  install_requires=[
31
31
  'loguru==0.7.3',
32
- 'requests'
32
+ 'requests',
33
+ 'aiohttp'
33
34
  ],
34
35
  project_urls={
35
36
  "Bug Reports": "https://github.com/wang-zhibo/xmi_logger/issues",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: xmi_logger
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: An enhanced logger based on Loguru
5
5
  Home-page: https://github.com/wang-zhibo/xmi_logger
6
6
  Author: gm.zhibo.wang
@@ -13,6 +13,7 @@ Requires-Python: >=3.6
13
13
  Description-Content-Type: text/markdown
14
14
  Requires-Dist: loguru==0.7.3
15
15
  Requires-Dist: requests
16
+ Requires-Dist: aiohttp
16
17
  Dynamic: author
17
18
  Dynamic: author-email
18
19
  Dynamic: classifier
@@ -1,2 +1,3 @@
1
1
  loguru==0.7.3
2
2
  requests
3
+ aiohttp
File without changes
File without changes