Merge pull request #1518 from xnuinside/fix_profig_url

Profig: fix url to documentation
This commit is contained in:
Vinta Chen 2020-04-07 20:13:04 +08:00 committed by GitHub
commit ccd8f61a92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,7 +319,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [configobj](https://github.com/DiffSK/configobj) - INI file parser with validation.
* [configparser](https://docs.python.org/3/library/configparser.html) - (Python standard library) INI file parser.
* [profig](https://profig.readthedocs.io/en/default/) - Config from multiple formats with value conversion.
* [profig](https://profig.readthedocs.io/en/latest/) - Config from multiple formats with value conversion.
* [python-decouple](https://github.com/henriquebastos/python-decouple) - Strict separation of settings from code.
## Cryptography