From 12bfdfb27cfcc9fb384ca7b69db34d3de293e7bb Mon Sep 17 00:00:00 2001 From: Michael Hucka Date: Thu, 9 Jul 2020 15:09:04 -0700 Subject: [PATCH] Acknowledge more libraries used to implement Hold It! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 608d59d..ec560a4 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,10 @@ The vector artwork used as part of the logo for _Hold It!_ was created by [Yo! B _Hold It!_ makes use of numerous open-source packages, without which it would have been effectively impossible to develop _Hold It!_ with the resources we had. We want to acknowledge this debt. In alphabetical order, the packages are: +* [appdirs](https://pypi.org/project/appdirs/) – abstraction layer to determine application data/config directories on any OS * [Beautiful Soup](https://www.crummy.com/software/BeautifulSoup/) – an HTML parsing library * [colorama](https://github.com/tartley/colorama) – makes ANSI escape character sequences work under MS Windows terminals +* [cryptography](https://pypi.org/project/cryptography/) – cryptographic functions for Python * [docx](https://github.com/python-openxml/python-docx) – a library for creating and updating Microsoft Word (`.docx`) files * [docxcompose](https://github.com/4teamwork/docxcompose) – a library for concatenating/appending Microsoft Word (`.docx`) files * [google-api-core, google-api-python-client, google-auth, google-auth-httplib2, google-cloud, google-cloud-vision, googleapis-common-protos, google_api_python_client](https://github.com/googleapis/google-cloud-python) – Google API libraries