@@ -17,6 +17,9 @@ description=File support for asyncio.
1717[aiohttp]
1818description =http client/server for asyncio
1919
20+ [aiosqlite]
21+ description =asyncio bridge to the standard sqlite3 module
22+
2023[alabaster]
2124description =A configurable sidebar-enabled Sphinx theme
2225
@@ -362,6 +365,9 @@ description=a library for distributed and parallel machine learning using dask
362365[dask-searchcv]
363366description=Tools for doing hyperparameter search with Scikit-Learn and Dask
364367
368+ [databases]
369+ description=Async database support for Python.
370+
365371[dataclasses]
366372description=A backport of the dataclasses module for Python 3.6
367373
@@ -608,6 +614,12 @@ description=GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x
608614[gnumath]
609615description=Extensible array functions that operate on xnd containers.
610616
617+ [google_auth]
618+ description=Google Authentication Library
619+
620+ [google_auth_oauthlib]
621+ description=Google Authentication Library
622+
611623[google-api-python-client]
612624description=Google API Client Library for Python
613625
@@ -1133,6 +1145,9 @@ description=Sphinx extension to support docstrings in Numpy format
11331145[nvidia-ml-py3]
11341146description =Python Bindings for the NVIDIA Management Library
11351147
1148+ [oauthlib]
1149+ description =A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
1150+
11361151[oauth2client]
11371152description =OAuth 2.0 client library
11381153
@@ -1226,6 +1241,9 @@ description=Appendable key-value storage
12261241[passlib]
12271242description =comprehensive password hashing framework supporting over 30 schemes
12281243
1244+ [pathspec]
1245+ description =Utility library for gitignore style pattern matching of file paths.
1246+
12291247[pathtools]
12301248description =File system general utilities
12311249
0 commit comments