File tree Expand file tree Collapse file tree
src/runtime_config/sources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ You can install the library like this:
3535- from pypi
3636
3737 ```
38- pip install runtime-config-py[aiohttp]
38+ pip install " runtime-config-py[aiohttp]"
3939 ```
4040
4141 or
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " runtime-config-py"
3- version = " 0.0.5 "
3+ version = " 0.0.6 "
44description = " Library for runtime updating project settings."
55license = " MIT"
66authors = [" Aleksey Petrunnik <petrunnik.a@gmail.com>" ]
Original file line number Diff line number Diff line change 1111except ImportError : # pragma: no cover
1212 raise ImportError (
1313 'Missing dependencies for ConfigServerSrc support. Please reinstall the library with '
14- 'extras "aiohttp". Example: pip install runtime-config-py[aiohttp]'
14+ 'extras "aiohttp". Example: pip install " runtime-config-py[aiohttp]" '
1515 )
1616import pydantic
1717
You can’t perform that action at this time.
0 commit comments