We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a30254b commit de8bfb3Copy full SHA for de8bfb3
setup.py
@@ -5,15 +5,15 @@
5
name='async-hvac-fork',
6
version='0.6.1',
7
description='HashiCorp Vault API client, forked from Aloomaio/async-hvac',
8
- long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.1',
+ long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.4',
9
author='northpowered',
10
author_email='',
11
url='https://github.com/northpowered/async-hvac',
12
keywords=['hashicorp', 'vault', 'hvac'],
13
classifiers=['License :: OSI Approved :: Apache Software License'],
14
packages=find_packages(),
15
install_requires=[
16
- 'aiohttp==3.8.1',
+ 'aiohttp==3.8.4',
17
],
18
include_package_data=True,
19
package_data={'async_hvac': ['version']},
0 commit comments