pyimouapi 1.0.2__tar.gz → 1.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.1
2
2
  Name: pyimouapi
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: A package for imou open api
5
5
  Home-page: https://github.com/Imou-OpenPlatform/Py-Imou-Open-Api
6
6
  Author: Imou-OpenPlatform
@@ -12,8 +12,6 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Topic :: Software Development :: Libraries
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: aiohttp==3.11.0
16
- Requires-Dist: async-timeout==5.0.1
17
15
 
18
16
  # Py-Imou-Open-Api
19
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyimouapi
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: A package for imou open api
5
5
  Home-page: https://github.com/Imou-OpenPlatform/Py-Imou-Open-Api
6
6
  Author: Imou-OpenPlatform
@@ -12,8 +12,6 @@ Classifier: Programming Language :: Python :: 3
12
12
  Classifier: Topic :: Software Development :: Libraries
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
- Requires-Dist: aiohttp==3.11.0
16
- Requires-Dist: async-timeout==5.0.1
17
15
 
18
16
  # Py-Imou-Open-Api
19
17
 
@@ -9,5 +9,4 @@ pyimouapi/openapi.py
9
9
  pyimouapi.egg-info/PKG-INFO
10
10
  pyimouapi.egg-info/SOURCES.txt
11
11
  pyimouapi.egg-info/dependency_links.txt
12
- pyimouapi.egg-info/requires.txt
13
12
  pyimouapi.egg-info/top_level.txt
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='pyimouapi',
5
- version='1.0.2',
5
+ version='1.0.3',
6
6
  packages=find_packages(),
7
7
  description='A package for imou open api',
8
8
  # long_description=open('README.md').read(),
@@ -13,10 +13,6 @@ setup(
13
13
  author='Imou-OpenPlatform',
14
14
  author_email='cloud_openteam_service@imou.com',
15
15
  license='MIT',
16
- install_requires=[
17
- 'aiohttp==3.11.0',
18
- 'async-timeout==5.0.1'
19
- ],
20
16
  classifiers=[
21
17
  'Intended Audience :: Developers',
22
18
  'Operating System :: OS Independent',
@@ -1,2 +0,0 @@
1
- aiohttp==3.11.0
2
- async-timeout==5.0.1
File without changes
File without changes
File without changes
File without changes
File without changes