Skip to content

Commit 8f93f34

Browse files
author
romanov
committed
README update
1 parent f44560e commit 8f93f34

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,15 @@ Fork of original [Async-hvac](https://github.com/Aloomaio/async-hvac), which sup
1010

1111
KVv2 backend was mentioned in this doc
1212

13+
Thanks for [Aloomaio](https://github.com/Aloomaio/) for original lib
14+
1315

1416
### Installation
1517

1618
```bash
17-
pip install async-hvac
18-
```
19-
or
20-
```bash
21-
pip install async-hvac[parser]
19+
pip install async-hvac-fork
2220
```
23-
if you would like to be able to return parsed HCL data as a Python dict for methods that support it.
21+
2422

2523
### Initialize the client
2624

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name='async-hvac-fork',
66
version='0.6.1',
77
description='HashiCorp Vault API client, forked from Aloomaio/async-hvac',
8-
long_description='HashiCorp Vault API python 3.8+ client using asyncio.',
8+
long_description='HashiCorp Vault API python 3.8+ client using asyncio. Supports aiohttp==3.8.1',
99
author='northpowered',
1010
author_email='',
1111
url='https://github.com/northpowered/async-hvac',

0 commit comments

Comments
 (0)