· 6 years ago · Mar 04, 2020, 03:14 PM
1absl-py 0.9.0 Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
2`-- six *
3aiohttp 3.6.2 Async http client/server framework (asyncio)
4|-- async-timeout >=3.0,<4.0
5|-- attrs >=17.3.0
6|-- chardet >=2.0,<4.0
7|-- idna-ssl >=1.0
8| `-- idna >=2.0
9|-- multidict >=4.5,<5.0
10|-- typing-extensions >=3.6.5
11`-- yarl >=1.0,<2.0
12 |-- idna >=2.0
13 `-- multidict >=4.0
14aioresponses 0.6.3 Mock out requests made by ClientSession from aiohttp package
15`-- aiohttp >=2.0.0,<4.0.0
16 |-- async-timeout >=3.0,<4.0
17 |-- attrs >=17.3.0
18 |-- chardet >=2.0,<4.0
19 |-- idna-ssl >=1.0
20 | `-- idna >=2.0
21 |-- multidict >=4.5,<5.0
22 |-- typing-extensions >=3.6.5
23 `-- yarl >=1.0,<2.0
24 |-- idna >=2.0 (circular dependency aborted here)
25 `-- multidict >=4.0 (circular dependency aborted here)
26apscheduler 3.6.3 In-process task scheduler with Cron-like capabilities
27|-- pytz *
28|-- setuptools >=0.7
29|-- six >=1.4.0
30`-- tzlocal >=1.2
31 `-- pytz *
32async-generator 1.10 Async generators and context managers for Python 3.5+
33attrs 19.3.0 Classes Without Boilerplate
34azure-storage-blob 12.2.0 Microsoft Azure Blob Storage Client Library for Python
35|-- azure-core >=1.2.2,<2.0.0
36| |-- requests >=2.18.4
37| | |-- certifi >=2017.4.17
38| | |-- chardet >=3.0.2,<4
39| | |-- idna >=2.5,<3
40| | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
41| `-- six >=1.6
42|-- cryptography >=2.1.4
43| |-- cffi >=1.8,<1.11.3 || >1.11.3
44| | `-- pycparser *
45| `-- six >=1.4.1
46`-- msrest >=0.6.10
47 |-- certifi >=2017.4.17
48 |-- isodate >=0.6.0
49 | `-- six *
50 |-- requests >=2.16,<3.0
51 | |-- certifi >=2017.4.17 (circular dependency aborted here)
52 | |-- chardet >=3.0.2,<4
53 | |-- idna >=2.5,<3
54 | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
55 `-- requests-oauthlib >=0.5.0
56 |-- oauthlib >=3.0.0
57 `-- requests >=2.0.0 (circular dependency aborted here)
58black 19.10b0 The uncompromising code formatter.
59|-- appdirs *
60|-- attrs >=18.1.0
61|-- click >=6.5
62|-- pathspec >=0.6,<1
63|-- regex *
64|-- toml >=0.9.4
65`-- typed-ast >=1.4.0
66boto3 1.12.12 The AWS SDK for Python
67|-- botocore >=1.15.12,<1.16.0
68| |-- docutils >=0.10,<0.16
69| |-- jmespath >=0.7.1,<1.0.0
70| |-- python-dateutil >=2.1,<3.0.0
71| | `-- six >=1.5
72| `-- urllib3 >=1.20,<1.26
73|-- jmespath >=0.7.1,<1.0.0
74`-- s3transfer >=0.3.0,<0.4.0
75 `-- botocore >=1.12.36,<2.0a.0
76 |-- docutils >=0.10,<0.16
77 |-- jmespath >=0.7.1,<1.0.0
78 |-- python-dateutil >=2.1,<3.0.0
79 | `-- six >=1.5
80 `-- urllib3 >=1.20,<1.26
81cloudpickle 1.2.2 Extended pickling support for Python objects
82colorclass 2.2.0 Colorful worry-free console applications for Linux, Mac OS X, and Windows.
83coloredlogs 10.0 Colored terminal output for Python's logging module
84|-- colorama *
85`-- humanfriendly >=4.7
86 `-- pyreadline *
87colorhash 1.0.2 Generate a color based on a value
88coveralls 1.11.1 Show coverage stats online via coveralls.io
89|-- coverage >=3.6,<6.0
90|-- docopt >=0.6.1
91`-- requests >=1.0.0
92 |-- certifi >=2017.4.17
93 |-- chardet >=3.0.2,<4
94 |-- idna >=2.5,<3
95 `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
96fakeredis 1.2.1 Fake implementation of redis API for testing purposes.
97|-- redis <3.5
98|-- six >=1.12
99`-- sortedcontainers *
100fbmessenger 6.0.0 A python library to communicate with the Facebook Messenger API's
101`-- requests >=2.0
102 |-- certifi >=2017.4.17
103 |-- chardet >=3.0.2,<4
104 |-- idna >=2.5,<3
105 `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
106flake8 3.7.9 the modular source code checker: pep8, pyflakes and co
107|-- entrypoints >=0.3.0,<0.4.0
108|-- mccabe >=0.6.0,<0.7.0
109|-- pycodestyle >=2.5.0,<2.6.0
110`-- pyflakes >=2.1.0,<2.2.0
111freezegun 0.3.15 Let your Python tests travel through time
112|-- python-dateutil >=1.0,<2.0 || >2.0
113| `-- six >=1.5
114`-- six *
115gevent 1.4.0 Coroutine-based network library
116|-- cffi >=1.11.5
117| `-- pycparser *
118`-- greenlet >=0.4.14
119github3.py 1.3.0 Python wrapper for the GitHub API(http://developer.github.com/v3)
120|-- jwcrypto >=0.5.0
121| `-- cryptography >=1.5
122| |-- cffi >=1.8,<1.11.3 || >1.11.3
123| | `-- pycparser *
124| `-- six >=1.4.1
125|-- python-dateutil >=2.6.0
126| `-- six >=1.5
127|-- requests >=2.18
128| |-- certifi >=2017.4.17
129| |-- chardet >=3.0.2,<4
130| |-- idna >=2.5,<3
131| `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
132`-- uritemplate >=3.0.0
133google-cloud-storage 1.26.0 Google Cloud Storage API client library
134|-- google-auth >=1.11.0,<2.0dev
135| |-- cachetools >=2.0.0,<5.0
136| |-- pyasn1-modules >=0.2.1
137| | `-- pyasn1 >=0.4.6,<0.5.0
138| |-- rsa >=3.1.4,<4.1
139| | `-- pyasn1 >=0.1.3 (circular dependency aborted here)
140| |-- setuptools >=40.3.0
141| `-- six >=1.9.0
142|-- google-cloud-core >=1.2.0,<2.0dev
143| `-- google-api-core >=1.16.0,<2.0.0dev
144| |-- google-auth >=0.4.0,<2.0dev
145| | |-- cachetools >=2.0.0,<5.0
146| | |-- pyasn1-modules >=0.2.1
147| | | `-- pyasn1 >=0.4.6,<0.5.0
148| | |-- rsa >=3.1.4,<4.1
149| | | `-- pyasn1 >=0.1.3 (circular dependency aborted here)
150| | |-- setuptools >=40.3.0
151| | `-- six >=1.9.0
152| |-- googleapis-common-protos >=1.6.0,<2.0dev
153| | `-- protobuf >=3.6.0
154| | |-- setuptools * (circular dependency aborted here)
155| | `-- six >=1.9 (circular dependency aborted here)
156| |-- protobuf >=3.4.0 (circular dependency aborted here)
157| |-- pytz *
158| |-- requests >=2.18.0,<3.0.0dev
159| | |-- certifi >=2017.4.17
160| | |-- chardet >=3.0.2,<4
161| | |-- idna >=2.5,<3
162| | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
163| |-- setuptools >=34.0.0 (circular dependency aborted here)
164| `-- six >=1.10.0 (circular dependency aborted here)
165`-- google-resumable-media >=0.5.0,<0.6dev
166 `-- six *
167jieba 0.39 Chinese Words Segementation Utilities
168jsonpickle 1.3 Python library for serializing any arbitrary object graph into JSON
169jsonschema 3.2.0 An implementation of JSON Schema validation for Python
170|-- attrs >=17.4.0
171|-- importlib-metadata *
172| `-- zipp >=0.5
173|-- pyrsistent >=0.14.0
174| `-- six *
175|-- setuptools *
176`-- six >=1.11.0
177kafka-python 1.4.7 Pure Python client for Apache Kafka
178matplotlib 3.1.3 Python plotting package
179|-- cycler >=0.10
180| `-- six *
181|-- kiwisolver >=1.0.1
182| `-- setuptools *
183|-- numpy >=1.11
184|-- pyparsing >=2.0.1,<2.0.4 || >2.0.4,<2.1.2 || >2.1.2,<2.1.6 || >2.1.6
185`-- python-dateutil >=2.1
186 `-- six >=1.5
187mattermostwrapper 2.2 A mattermost api v4 wrapper to interact with api
188`-- requests *
189 |-- certifi >=2017.4.17
190 |-- chardet >=3.0.2,<4
191 |-- idna >=2.5,<3
192 `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
193mongomock 3.19.0 Fake pymongo stub for testing simple MongoDB-dependent code
194|-- sentinels *
195`-- six *
196moto 1.3.8 A library that allows your python tests to easily mock out the boto library
197|-- aws-xray-sdk >=0.93,<0.96 || >0.96
198| |-- botocore >=1.11.3
199| | |-- docutils >=0.10,<0.16
200| | |-- jmespath >=0.7.1,<1.0.0
201| | |-- python-dateutil >=2.1,<3.0.0
202| | | `-- six >=1.5
203| | `-- urllib3 >=1.20,<1.26
204| |-- future *
205| |-- jsonpickle *
206| `-- wrapt *
207|-- boto >=2.36.0
208|-- boto3 >=1.9.86
209| |-- botocore >=1.15.12,<1.16.0
210| | |-- docutils >=0.10,<0.16
211| | |-- jmespath >=0.7.1,<1.0.0
212| | |-- python-dateutil >=2.1,<3.0.0
213| | | `-- six >=1.5
214| | `-- urllib3 >=1.20,<1.26
215| |-- jmespath >=0.7.1,<1.0.0 (circular dependency aborted here)
216| `-- s3transfer >=0.3.0,<0.4.0
217| `-- botocore >=1.12.36,<2.0a.0 (circular dependency aborted here)
218|-- botocore >=1.12.86
219| |-- docutils >=0.10,<0.16
220| |-- jmespath >=0.7.1,<1.0.0
221| |-- python-dateutil >=2.1,<3.0.0
222| | `-- six >=1.5
223| `-- urllib3 >=1.20,<1.26
224|-- cfn-lint *
225| |-- aws-sam-translator >=1.19.1
226| | |-- boto3 >=1.5,<2.0
227| | | |-- botocore >=1.15.12,<1.16.0
228| | | | |-- docutils >=0.10,<0.16
229| | | | |-- jmespath >=0.7.1,<1.0.0
230| | | | |-- python-dateutil >=2.1,<3.0.0
231| | | | | `-- six >=1.5
232| | | | `-- urllib3 >=1.20,<1.26
233| | | |-- jmespath >=0.7.1,<1.0.0 (circular dependency aborted here)
234| | | `-- s3transfer >=0.3.0,<0.4.0
235| | | `-- botocore >=1.12.36,<2.0a.0 (circular dependency aborted here)
236| | |-- jsonschema >=3.0,<4.0
237| | | |-- attrs >=17.4.0
238| | | |-- importlib-metadata *
239| | | | `-- zipp >=0.5
240| | | |-- pyrsistent >=0.14.0
241| | | | `-- six * (circular dependency aborted here)
242| | | |-- setuptools *
243| | | `-- six >=1.11.0 (circular dependency aborted here)
244| | `-- six >=1.11,<2.0 (circular dependency aborted here)
245| |-- importlib-resources >=1.0.2,<1.1.0
246| |-- jsonpatch *
247| | `-- jsonpointer >=1.9
248| |-- jsonschema >=3.0,<4.0 (circular dependency aborted here)
249| |-- pyyaml *
250| `-- six >=1.11,<2.0 (circular dependency aborted here)
251|-- cryptography >=2.3.0
252| |-- cffi >=1.8,<1.11.3 || >1.11.3
253| | `-- pycparser *
254| `-- six >=1.4.1
255|-- docker >=2.5.1
256| |-- pypiwin32 223
257| | `-- pywin32 >=223
258| |-- requests >=2.14.2,<2.18.0 || >2.18.0
259| | |-- certifi >=2017.4.17
260| | |-- chardet >=3.0.2,<4
261| | |-- idna >=2.5,<3
262| | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
263| |-- six >=1.4.0
264| `-- websocket-client >=0.32.0
265| `-- six * (circular dependency aborted here)
266|-- idna >=2.5,<2.9
267|-- jinja2 >=2.10.1
268| `-- markupsafe >=0.23
269|-- jsondiff 1.1.2
270|-- mock *
271|-- python-dateutil >=2.1,<3.0.0
272| `-- six >=1.5
273|-- python-jose <4.0.0
274| |-- ecdsa <1.0
275| | `-- six >=1.9.0
276| |-- pyasn1 *
277| |-- rsa *
278| | `-- pyasn1 >=0.1.3 (circular dependency aborted here)
279| `-- six <2.0 (circular dependency aborted here)
280|-- pytz *
281|-- pyyaml *
282|-- requests >=2.5
283| |-- certifi >=2017.4.17
284| |-- chardet >=3.0.2,<4
285| |-- idna >=2.5,<3
286| `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
287|-- responses >=0.9.0
288| |-- requests >=2.0
289| | |-- certifi >=2017.4.17
290| | |-- chardet >=3.0.2,<4
291| | |-- idna >=2.5,<3
292| | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
293| `-- six *
294|-- six >1.9
295|-- werkzeug *
296`-- xmltodict *
297multidict 4.7.5 multidict implementation
298nbsphinx 0.5.1 Jupyter Notebook Tools for Sphinx
299|-- docutils *
300|-- jinja2 *
301| `-- markupsafe >=0.23
302|-- nbconvert !=5.4
303| |-- bleach *
304| | |-- six >=1.9.0
305| | `-- webencodings *
306| |-- defusedxml *
307| |-- entrypoints >=0.2.2
308| |-- jinja2 >=2.4
309| | `-- markupsafe >=0.23
310| |-- jupyter-core *
311| | |-- pywin32 >=1.0
312| | `-- traitlets *
313| | |-- decorator *
314| | |-- ipython-genutils *
315| | `-- six * (circular dependency aborted here)
316| |-- mistune >=0.8.1,<2
317| |-- nbformat >=4.4
318| | |-- ipython-genutils * (circular dependency aborted here)
319| | |-- jsonschema >=2.4,<2.5.0 || >2.5.0
320| | | |-- attrs >=17.4.0
321| | | |-- importlib-metadata *
322| | | | `-- zipp >=0.5
323| | | |-- pyrsistent >=0.14.0
324| | | | `-- six * (circular dependency aborted here)
325| | | |-- setuptools *
326| | | `-- six >=1.11.0 (circular dependency aborted here)
327| | |-- jupyter-core * (circular dependency aborted here)
328| | `-- traitlets >=4.1 (circular dependency aborted here)
329| |-- pandocfilters >=1.4.1
330| |-- pygments *
331| |-- testpath *
332| `-- traitlets >=4.2 (circular dependency aborted here)
333|-- nbformat *
334| |-- ipython-genutils *
335| |-- jsonschema >=2.4,<2.5.0 || >2.5.0
336| | |-- attrs >=17.4.0
337| | |-- importlib-metadata *
338| | | `-- zipp >=0.5
339| | |-- pyrsistent >=0.14.0
340| | | `-- six *
341| | |-- setuptools *
342| | `-- six >=1.11.0 (circular dependency aborted here)
343| |-- jupyter-core *
344| | |-- pywin32 >=1.0
345| | `-- traitlets *
346| | |-- decorator *
347| | |-- ipython-genutils * (circular dependency aborted here)
348| | `-- six * (circular dependency aborted here)
349| `-- traitlets >=4.1 (circular dependency aborted here)
350|-- sphinx >=1.8
351| |-- alabaster >=0.7,<0.8
352| |-- babel >=1.3,<2.0 || >2.0
353| | `-- pytz >=2015.7
354| |-- colorama >=0.3.5
355| |-- docutils >=0.11
356| |-- imagesize *
357| |-- jinja2 >=2.3
358| | `-- markupsafe >=0.23
359| |-- packaging *
360| | |-- pyparsing >=2.0.2
361| | `-- six *
362| |-- pygments >=2.0
363| |-- requests >=2.0.0
364| | |-- certifi >=2017.4.17
365| | |-- chardet >=3.0.2,<4
366| | |-- idna >=2.5,<3
367| | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
368| |-- setuptools *
369| |-- six >=1.5 (circular dependency aborted here)
370| |-- snowballstemmer >=1.1
371| `-- sphinxcontrib-websupport *
372`-- traitlets *
373 |-- decorator *
374 |-- ipython-genutils *
375 `-- six *
376networkx 2.4 Python package for creating and manipulating graphs and networks
377`-- decorator >=4.3.0
378numpy 1.18.1 NumPy is the fundamental package for array computing with Python.
379packaging 19.0 Core utilities for Python packages
380|-- pyparsing >=2.0.2
381`-- six *
382pika 1.1.0 Pika Python AMQP Client Library
383prompt-toolkit 2.0.10 Library for building powerful interactive command lines in Python
384|-- six >=1.9.0
385`-- wcwidth *
386psycopg2-binary 2.8.4 psycopg2 - Python-PostgreSQL Database Adapter
387pydot 1.4.1 Python interface to Graphviz's Dot
388`-- pyparsing >=2.1.4
389pygments 2.2.0 Pygments is a syntax highlighting package written in Python.
390pyjwt 1.7.1 JSON Web Token implementation in Python
391pykwalify 1.7.0 Python lib/cli for JSON/YAML schema validation
392|-- docopt >=0.6.2
393|-- python-dateutil >=2.4.2
394| `-- six >=1.5
395`-- pyyaml >=3.11
396pymongo 3.8.0 Python driver for MongoDB <http://www.mongodb.org>
397|-- dnspython >=1.8.0,<2.0.0
398`-- ipaddress *
399pypandoc 1.4 Thin wrapper for pandoc.
400|-- pip >=8.1.0
401|-- setuptools *
402`-- wheel >=0.25.0
403pytest 5.3.5 pytest: simple powerful testing with Python
404|-- atomicwrites >=1.0
405|-- attrs >=17.4.0
406|-- colorama *
407|-- importlib-metadata >=0.12
408| `-- zipp >=0.5
409|-- more-itertools >=4.0.0
410|-- packaging *
411| |-- pyparsing >=2.0.2
412| `-- six *
413|-- pluggy >=0.12,<1.0
414| `-- importlib-metadata >=0.12
415| `-- zipp >=0.5
416|-- py >=1.5.0
417`-- wcwidth *
418pytest-asyncio 0.10.0 Pytest support for asyncio.
419`-- pytest >=3.0.6
420 |-- atomicwrites >=1.0
421 |-- attrs >=17.4.0
422 |-- colorama *
423 |-- importlib-metadata >=0.12
424 | `-- zipp >=0.5
425 |-- more-itertools >=4.0.0
426 |-- packaging *
427 | |-- pyparsing >=2.0.2
428 | `-- six *
429 |-- pluggy >=0.12,<1.0
430 | `-- importlib-metadata >=0.12 (circular dependency aborted here)
431 |-- py >=1.5.0
432 `-- wcwidth *
433pytest-cov 2.8.1 Pytest plugin for measuring coverage.
434|-- coverage >=4.4
435`-- pytest >=3.6
436 |-- atomicwrites >=1.0
437 |-- attrs >=17.4.0
438 |-- colorama *
439 |-- importlib-metadata >=0.12
440 | `-- zipp >=0.5
441 |-- more-itertools >=4.0.0
442 |-- packaging *
443 | |-- pyparsing >=2.0.2
444 | `-- six *
445 |-- pluggy >=0.12,<1.0
446 | `-- importlib-metadata >=0.12 (circular dependency aborted here)
447 |-- py >=1.5.0
448 `-- wcwidth *
449pytest-localserver 0.5.0 py.test plugin to test server connections locally.
450`-- werkzeug >=0.10
451pytest-sanic 1.6.0 a pytest plugin for Sanic
452|-- aiohttp >=3.6.2,<4.0.0
453| |-- async-timeout >=3.0,<4.0
454| |-- attrs >=17.3.0
455| |-- chardet >=2.0,<4.0
456| |-- idna-ssl >=1.0
457| | `-- idna >=2.0
458| |-- multidict >=4.5,<5.0
459| |-- typing-extensions >=3.6.5
460| `-- yarl >=1.0,<2.0
461| |-- idna >=2.0 (circular dependency aborted here)
462| `-- multidict >=4.0 (circular dependency aborted here)
463|-- async-generator >=1.10,<2.0
464`-- pytest >=5.2,<6.0
465 |-- atomicwrites >=1.0
466 |-- attrs >=17.4.0
467 |-- colorama *
468 |-- importlib-metadata >=0.12
469 | `-- zipp >=0.5
470 |-- more-itertools >=4.0.0
471 |-- packaging *
472 | |-- pyparsing >=2.0.2
473 | `-- six *
474 |-- pluggy >=0.12,<1.0
475 | `-- importlib-metadata >=0.12 (circular dependency aborted here)
476 |-- py >=1.5.0
477 `-- wcwidth *
478pytest-xdist 1.31.0 pytest xdist plugin for distributed testing and loop-on-failing modes
479|-- execnet >=1.1
480| `-- apipkg >=1.4
481|-- pytest >=4.4.0
482| |-- atomicwrites >=1.0
483| |-- attrs >=17.4.0
484| |-- colorama *
485| |-- importlib-metadata >=0.12
486| | `-- zipp >=0.5
487| |-- more-itertools >=4.0.0
488| |-- packaging *
489| | |-- pyparsing >=2.0.2
490| | `-- six *
491| |-- pluggy >=0.12,<1.0
492| | `-- importlib-metadata >=0.12 (circular dependency aborted here)
493| |-- py >=1.5.0
494| `-- wcwidth *
495|-- pytest-forked *
496| `-- pytest >=3.1.0
497| |-- atomicwrites >=1.0
498| |-- attrs >=17.4.0
499| |-- colorama *
500| |-- importlib-metadata >=0.12
501| | `-- zipp >=0.5
502| |-- more-itertools >=4.0.0
503| |-- packaging *
504| | |-- pyparsing >=2.0.2
505| | `-- six *
506| |-- pluggy >=0.12,<1.0
507| | `-- importlib-metadata >=0.12 (circular dependency aborted here)
508| |-- py >=1.5.0
509| `-- wcwidth *
510`-- six *
511python-dateutil 2.8.1 Extensions to the standard Python datetime module
512`-- six >=1.5
513python-engineio 3.11.2 Engine.IO server
514`-- six >=1.9.0
515python-socketio 4.4.0 Socket.IO server
516|-- python-engineio >=3.9.0
517| `-- six >=1.9.0
518`-- six >=1.9.0
519python-telegram-bot 11.1.0 We have made you a wrapper you can't refuse
520|-- certifi *
521|-- cryptography *
522| |-- cffi >=1.8,<1.11.3 || >1.11.3
523| | `-- pycparser *
524| `-- six >=1.4.1
525`-- future >=0.16.0
526pytype 2020.2.6 Python type inferencer
527|-- attrs *
528|-- importlab >=0.5.1
529| |-- networkx *
530| | `-- decorator >=4.3.0
531| `-- six *
532|-- ninja *
533|-- pyyaml >=3.11
534|-- six *
535`-- typed-ast *
536pytz 2019.3 World timezone definitions, modern and historical
537questionary 1.5.1 Python library to build pretty command line user prompts ⭐️
538`-- prompt-toolkit >=2.0,<4.0
539 |-- six >=1.9.0
540 `-- wcwidth *
541rasa-sdk 1.8.0 Open source machine learning framework to automate text- and voice-based conversations: NLU, dialogue management, connect to Slack, Facebook, and more - Create chatbots and voice assistants
542|-- coloredlogs >=10.0,<11.0
543| |-- colorama *
544| `-- humanfriendly >=4.7
545| `-- pyreadline *
546|-- sanic >=19.12.2,<20.0.0
547| |-- aiofiles >=0.3.0
548| |-- httptools >=0.0.10
549| |-- httpx 0.9.3
550| | |-- certifi *
551| | |-- chardet >=3.0.0,<4.0.0
552| | |-- h11 >=0.8.0,<0.9.0
553| | |-- h2 >=3.0.0,<4.0.0
554| | | |-- hpack >=3.0,<4
555| | | `-- hyperframe >=5.2.0,<6
556| | |-- hstspreload *
557| | |-- idna >=2.0.0,<3.0.0
558| | |-- rfc3986 >=1.3,<2
559| | `-- sniffio >=1.0.0,<2.0.0
560| | `-- contextvars >=2.1
561| | `-- immutables >=0.9
562| |-- multidict >=4.0,<5.0
563| |-- ujson >=1.35
564| |-- uvloop >=0.5.3
565| `-- websockets >=7.0,<9.0
566`-- sanic-cors >=0.10.0b1,<0.11.0
567 |-- sanic >=18.12.0
568 | |-- aiofiles >=0.3.0
569 | |-- httptools >=0.0.10
570 | |-- httpx 0.9.3
571 | | |-- certifi *
572 | | |-- chardet >=3.0.0,<4.0.0
573 | | |-- h11 >=0.8.0,<0.9.0
574 | | |-- h2 >=3.0.0,<4.0.0
575 | | | |-- hpack >=3.0,<4
576 | | | `-- hyperframe >=5.2.0,<6
577 | | |-- hstspreload *
578 | | |-- idna >=2.0.0,<3.0.0
579 | | |-- rfc3986 >=1.3,<2
580 | | `-- sniffio >=1.0.0,<2.0.0
581 | | `-- contextvars >=2.1
582 | | `-- immutables >=0.9
583 | |-- multidict >=4.0,<5.0
584 | |-- ujson >=1.35
585 | |-- uvloop >=0.5.3
586 | `-- websockets >=7.0,<9.0
587 `-- sanic-plugins-framework >=0.9.0
588 `-- sanic >=18.12.0 (circular dependency aborted here)
589rasabaster 0.7.24 A configurable sidebar-enabled Sphinx theme
590`-- ruamel.yaml 0.15.85
591redis 3.4.1 Python client for Redis key-value store
592requests 2.23.0 Python HTTP for Humans.
593|-- certifi >=2017.4.17
594|-- chardet >=3.0.2,<4
595|-- idna >=2.5,<3
596`-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
597responses 0.10.12 A utility library for mocking out the `requests` Python library.
598|-- requests >=2.0
599| |-- certifi >=2017.4.17
600| |-- chardet >=3.0.2,<4
601| |-- idna >=2.5,<3
602| `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
603`-- six *
604rocketchat-api 0.6.36 Python API wrapper for Rocket.Chat
605`-- requests *
606 |-- certifi >=2017.4.17
607 |-- chardet >=3.0.2,<4
608 |-- idna >=2.5,<3
609 `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
610ruamel.yaml 0.15.85 ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
611sanic 19.12.2 A web server and web framework that's written to go fast. Build fast. Run fast.
612|-- aiofiles >=0.3.0
613|-- httptools >=0.0.10
614|-- httpx 0.9.3
615| |-- certifi *
616| |-- chardet >=3.0.0,<4.0.0
617| |-- h11 >=0.8.0,<0.9.0
618| |-- h2 >=3.0.0,<4.0.0
619| | |-- hpack >=3.0,<4
620| | `-- hyperframe >=5.2.0,<6
621| |-- hstspreload *
622| |-- idna >=2.0.0,<3.0.0
623| |-- rfc3986 >=1.3,<2
624| `-- sniffio >=1.0.0,<2.0.0
625| `-- contextvars >=2.1
626| `-- immutables >=0.9
627|-- multidict >=4.0,<5.0
628|-- ujson >=1.35
629|-- uvloop >=0.5.3
630`-- websockets >=7.0,<9.0
631sanic-cors 0.10.0.post3 A Sanic extension adding a decorator for CORS support. Based on flask-cors by Cory Dolphin.
632|-- sanic >=18.12.0
633| |-- aiofiles >=0.3.0
634| |-- httptools >=0.0.10
635| |-- httpx 0.9.3
636| | |-- certifi *
637| | |-- chardet >=3.0.0,<4.0.0
638| | |-- h11 >=0.8.0,<0.9.0
639| | |-- h2 >=3.0.0,<4.0.0
640| | | |-- hpack >=3.0,<4
641| | | `-- hyperframe >=5.2.0,<6
642| | |-- hstspreload *
643| | |-- idna >=2.0.0,<3.0.0
644| | |-- rfc3986 >=1.3,<2
645| | `-- sniffio >=1.0.0,<2.0.0
646| | `-- contextvars >=2.1
647| | `-- immutables >=0.9
648| |-- multidict >=4.0,<5.0
649| |-- ujson >=1.35
650| |-- uvloop >=0.5.3
651| `-- websockets >=7.0,<9.0
652`-- sanic-plugins-framework >=0.9.0
653 `-- sanic >=18.12.0
654 |-- aiofiles >=0.3.0
655 |-- httptools >=0.0.10
656 |-- httpx 0.9.3
657 | |-- certifi *
658 | |-- chardet >=3.0.0,<4.0.0
659 | |-- h11 >=0.8.0,<0.9.0
660 | |-- h2 >=3.0.0,<4.0.0
661 | | |-- hpack >=3.0,<4
662 | | `-- hyperframe >=5.2.0,<6
663 | |-- hstspreload *
664 | |-- idna >=2.0.0,<3.0.0
665 | |-- rfc3986 >=1.3,<2
666 | `-- sniffio >=1.0.0,<2.0.0
667 | `-- contextvars >=2.1
668 | `-- immutables >=0.9
669 |-- multidict >=4.0,<5.0
670 |-- ujson >=1.35
671 |-- uvloop >=0.5.3
672 `-- websockets >=7.0,<9.0
673sanic-jwt 1.3.2 JWT oauth flow for Sanic
674`-- pyjwt *
675scikit-learn 0.22.2 A set of python modules for machine learning and data mining
676|-- joblib >=0.11
677|-- numpy >=1.11.0
678`-- scipy >=0.17.0
679 `-- numpy >=1.13.3
680scipy 1.4.1 SciPy: Scientific Library for Python
681`-- numpy >=1.13.3
682semantic-version 2.8.4 A library implementing the 'SemVer' scheme.
683sklearn-crfsuite 0.3.6 CRFsuite (python-crfsuite) wrapper which provides interface simlar to scikit-learn
684|-- python-crfsuite >=0.8.3
685|-- six *
686|-- tabulate *
687`-- tqdm >=2.0
688slackclient 2.5.0 Slack API clients for Web API and RTM API
689`-- aiohttp >3.5.2
690 |-- async-timeout >=3.0,<4.0
691 |-- attrs >=17.3.0
692 |-- chardet >=2.0,<4.0
693 |-- idna-ssl >=1.0
694 | `-- idna >=2.0
695 |-- multidict >=4.5,<5.0
696 |-- typing-extensions >=3.6.5
697 `-- yarl >=1.0,<2.0
698 |-- idna >=2.0 (circular dependency aborted here)
699 `-- multidict >=4.0 (circular dependency aborted here)
700spacy 2.1.9 Industrial-strength Natural Language Processing (NLP) with Python and Cython
701|-- blis >=0.2.2,<0.3.0
702| `-- numpy >=1.15.0
703|-- cymem >=2.0.2,<2.1.0
704|-- murmurhash >=0.28.0,<1.1.0
705|-- numpy >=1.15.0
706|-- plac >=0.9.6,<1.0.0
707|-- preshed >=2.0.1,<2.1.0
708| `-- cymem >=2.0.2,<2.1.0
709|-- requests >=2.13.0,<3.0.0
710| |-- certifi >=2017.4.17
711| |-- chardet >=3.0.2,<4
712| |-- idna >=2.5,<3
713| `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
714|-- srsly >=0.0.6,<1.1.0
715|-- thinc >=7.0.8,<7.1.0
716| |-- blis >=0.2.1,<0.3.0
717| | `-- numpy >=1.15.0
718| |-- cymem >=2.0.2,<2.1.0
719| |-- murmurhash >=0.28.0,<1.1.0
720| |-- numpy >=1.7.0 (circular dependency aborted here)
721| |-- plac >=0.9.6,<1.0.0
722| |-- preshed >=1.0.1,<2.1.0
723| | `-- cymem >=2.0.2,<2.1.0 (circular dependency aborted here)
724| |-- srsly >=0.0.6,<1.1.0
725| |-- tqdm >=4.10.0,<5.0.0
726| `-- wasabi >=0.0.9,<1.1.0
727`-- wasabi >=0.2.0,<1.1.0
728sphinx 1.8.2 Python documentation generator
729|-- alabaster >=0.7,<0.8
730|-- babel >=1.3,<2.0 || >2.0
731| `-- pytz >=2015.7
732|-- colorama >=0.3.5
733|-- docutils >=0.11
734|-- imagesize *
735|-- jinja2 >=2.3
736| `-- markupsafe >=0.23
737|-- packaging *
738| |-- pyparsing >=2.0.2
739| `-- six *
740|-- pygments >=2.0
741|-- requests >=2.0.0
742| |-- certifi >=2017.4.17
743| |-- chardet >=3.0.2,<4
744| |-- idna >=2.5,<3
745| `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
746|-- setuptools *
747|-- six >=1.5
748|-- snowballstemmer >=1.1
749`-- sphinxcontrib-websupport *
750sphinx-autobuild 0.7.1 Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a livereload enabled web server.
751|-- argh >=0.24.1
752|-- livereload >=2.3.0
753| |-- six *
754| `-- tornado *
755|-- pathtools >=0.1.2
756|-- port-for 0.3.1
757|-- pyyaml >=3.10
758|-- tornado >=3.2
759`-- watchdog >=0.7.1
760 `-- pathtools >=0.1.1
761sphinx-autodoc-typehints 1.6.0 Type hints (PEP 484) support for the Sphinx autodoc extension
762`-- sphinx >=1.7
763 |-- alabaster >=0.7,<0.8
764 |-- babel >=1.3,<2.0 || >2.0
765 | `-- pytz >=2015.7
766 |-- colorama >=0.3.5
767 |-- docutils >=0.11
768 |-- imagesize *
769 |-- jinja2 >=2.3
770 | `-- markupsafe >=0.23
771 |-- packaging *
772 | |-- pyparsing >=2.0.2
773 | `-- six *
774 |-- pygments >=2.0
775 |-- requests >=2.0.0
776 | |-- certifi >=2017.4.17
777 | |-- chardet >=3.0.2,<4
778 | |-- idna >=2.5,<3
779 | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
780 |-- setuptools *
781 |-- six >=1.5 (circular dependency aborted here)
782 |-- snowballstemmer >=1.1
783 `-- sphinxcontrib-websupport *
784sphinx-rtd-theme 0.2.5b1 Read the Docs theme for Sphinx
785sphinx-tabs 1.1.11 Tab views for Sphinx
786`-- sphinx >=1.4
787 |-- alabaster >=0.7,<0.8
788 |-- babel >=1.3,<2.0 || >2.0
789 | `-- pytz >=2015.7
790 |-- colorama >=0.3.5
791 |-- docutils >=0.11
792 |-- imagesize *
793 |-- jinja2 >=2.3
794 | `-- markupsafe >=0.23
795 |-- packaging *
796 | |-- pyparsing >=2.0.2
797 | `-- six *
798 |-- pygments >=2.0
799 |-- requests >=2.0.0
800 | |-- certifi >=2017.4.17
801 | |-- chardet >=3.0.2,<4
802 | |-- idna >=2.5,<3
803 | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
804 |-- setuptools *
805 |-- six >=1.5 (circular dependency aborted here)
806 |-- snowballstemmer >=1.1
807 `-- sphinxcontrib-websupport *
808sphinxcontrib-httpdomain 1.6.1 Sphinx domain for documenting HTTP APIs
809|-- six *
810`-- sphinx >=1.5
811 |-- alabaster >=0.7,<0.8
812 |-- babel >=1.3,<2.0 || >2.0
813 | `-- pytz >=2015.7
814 |-- colorama >=0.3.5
815 |-- docutils >=0.11
816 |-- imagesize *
817 |-- jinja2 >=2.3
818 | `-- markupsafe >=0.23
819 |-- packaging *
820 | |-- pyparsing >=2.0.2
821 | `-- six *
822 |-- pygments >=2.0
823 |-- requests >=2.0.0
824 | |-- certifi >=2017.4.17
825 | |-- chardet >=3.0.2,<4
826 | |-- idna >=2.5,<3
827 | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
828 |-- setuptools *
829 |-- six >=1.5 (circular dependency aborted here)
830 |-- snowballstemmer >=1.1
831 `-- sphinxcontrib-websupport *
832sphinxcontrib-programoutput 0.11 Sphinx extension to include program output
833`-- sphinx >=1.3.5
834 |-- alabaster >=0.7,<0.8
835 |-- babel >=1.3,<2.0 || >2.0
836 | `-- pytz >=2015.7
837 |-- colorama >=0.3.5
838 |-- docutils >=0.11
839 |-- imagesize *
840 |-- jinja2 >=2.3
841 | `-- markupsafe >=0.23
842 |-- packaging *
843 | |-- pyparsing >=2.0.2
844 | `-- six *
845 |-- pygments >=2.0
846 |-- requests >=2.0.0
847 | |-- certifi >=2017.4.17
848 | |-- chardet >=3.0.2,<4
849 | |-- idna >=2.5,<3
850 | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
851 |-- setuptools *
852 |-- six >=1.5 (circular dependency aborted here)
853 |-- snowballstemmer >=1.1
854 `-- sphinxcontrib-websupport *
855sphinxcontrib-trio 1.0.2 Make Sphinx better at documenting Python functions and methods
856`-- sphinx *
857 |-- alabaster >=0.7,<0.8
858 |-- babel >=1.3,<2.0 || >2.0
859 | `-- pytz >=2015.7
860 |-- colorama >=0.3.5
861 |-- docutils >=0.11
862 |-- imagesize *
863 |-- jinja2 >=2.3
864 | `-- markupsafe >=0.23
865 |-- packaging *
866 | |-- pyparsing >=2.0.2
867 | `-- six *
868 |-- pygments >=2.0
869 |-- requests >=2.0.0
870 | |-- certifi >=2017.4.17
871 | |-- chardet >=3.0.2,<4
872 | |-- idna >=2.5,<3
873 | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
874 |-- setuptools *
875 |-- six >=1.5 (circular dependency aborted here)
876 |-- snowballstemmer >=1.1
877 `-- sphinxcontrib-websupport *
878sphinxcontrib-versioning 2.2.1 Sphinx extension that allows building versioned docs for self-hosting.
879|-- click *
880|-- colorclass *
881`-- sphinx *
882 |-- alabaster >=0.7,<0.8
883 |-- babel >=1.3,<2.0 || >2.0
884 | `-- pytz >=2015.7
885 |-- colorama >=0.3.5
886 |-- docutils >=0.11
887 |-- imagesize *
888 |-- jinja2 >=2.3
889 | `-- markupsafe >=0.23
890 |-- packaging *
891 | |-- pyparsing >=2.0.2
892 | `-- six *
893 |-- pygments >=2.0
894 |-- requests >=2.0.0
895 | |-- certifi >=2017.4.17
896 | |-- chardet >=3.0.2,<4
897 | |-- idna >=2.5,<3
898 | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
899 |-- setuptools *
900 |-- six >=1.5 (circular dependency aborted here)
901 |-- snowballstemmer >=1.1
902 `-- sphinxcontrib-websupport *
903sphinxcontrib-websupport 1.1.0 Sphinx API for Web Apps
904sqlalchemy 1.3.13 Database Abstraction Library
905tensorflow 2.1.0 TensorFlow is an open source machine learning framework for everyone.
906|-- absl-py >=0.7.0
907| `-- six *
908|-- astor >=0.6.0
909|-- gast 0.2.2
910|-- google-pasta >=0.1.6
911| `-- six *
912|-- grpcio >=1.8.6
913| `-- six >=1.5.2
914|-- keras-applications >=1.0.8
915| |-- h5py *
916| | |-- numpy >=1.7
917| | `-- six *
918| `-- numpy >=1.9.1 (circular dependency aborted here)
919|-- keras-preprocessing >=1.1.0
920| |-- numpy >=1.9.1
921| `-- six >=1.9.0
922|-- numpy >=1.16.0,<2.0
923|-- opt-einsum >=2.3.2
924| `-- numpy >=1.7
925|-- protobuf >=3.8.0
926| |-- setuptools *
927| `-- six >=1.9
928|-- scipy 1.4.1
929| `-- numpy >=1.13.3
930|-- six >=1.12.0
931|-- tensorboard >=2.1.0,<2.2.0
932| |-- absl-py >=0.4
933| | `-- six *
934| |-- google-auth >=1.6.3,<2
935| | |-- cachetools >=2.0.0,<5.0
936| | |-- pyasn1-modules >=0.2.1
937| | | `-- pyasn1 >=0.4.6,<0.5.0
938| | |-- rsa >=3.1.4,<4.1
939| | | `-- pyasn1 >=0.1.3 (circular dependency aborted here)
940| | |-- setuptools >=40.3.0
941| | `-- six >=1.9.0 (circular dependency aborted here)
942| |-- google-auth-oauthlib >=0.4.1,<0.5
943| | |-- google-auth * (circular dependency aborted here)
944| | `-- requests-oauthlib >=0.7.0
945| | |-- oauthlib >=3.0.0
946| | `-- requests >=2.0.0
947| | |-- certifi >=2017.4.17
948| | |-- chardet >=3.0.2,<4
949| | |-- idna >=2.5,<3
950| | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
951| |-- grpcio >=1.24.3
952| | `-- six >=1.5.2 (circular dependency aborted here)
953| |-- markdown >=2.6.8
954| | `-- setuptools >=36 (circular dependency aborted here)
955| |-- numpy >=1.12.0
956| |-- protobuf >=3.6.0
957| | |-- setuptools * (circular dependency aborted here)
958| | `-- six >=1.9 (circular dependency aborted here)
959| |-- requests >=2.21.0,<3 (circular dependency aborted here)
960| |-- setuptools >=41.0.0 (circular dependency aborted here)
961| |-- six >=1.10.0 (circular dependency aborted here)
962| |-- werkzeug >=0.11.15
963| `-- wheel >=0.26
964|-- tensorflow-estimator >=2.1.0rc0,<2.2.0
965|-- termcolor >=1.1.0
966|-- wheel >=0.26
967`-- wrapt >=1.11.1
968tensorflow-addons 0.8.2 TensorFlow Addons.
969`-- typeguard *
970tensorflow-hub 0.7.0 TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.
971|-- numpy >=1.12.0
972|-- protobuf >=3.4.0
973| |-- setuptools *
974| `-- six >=1.9
975`-- six >=1.10.0
976tensorflow-probability 0.7.0 Probabilistic modeling and statistical inference in TensorFlow
977|-- cloudpickle >=0.6.1
978|-- decorator *
979|-- numpy >=1.13.3
980`-- six >=1.10.0
981tensorflow-text 2.1.0rc0 TF.Text is a TensorFlow library of text related ops, modules, and subgraphs.
982`-- tensorflow >=2.1.0-rc0,<2.2
983 |-- absl-py >=0.7.0
984 | `-- six *
985 |-- astor >=0.6.0
986 |-- gast 0.2.2
987 |-- google-pasta >=0.1.6
988 | `-- six * (circular dependency aborted here)
989 |-- grpcio >=1.8.6
990 | `-- six >=1.5.2 (circular dependency aborted here)
991 |-- keras-applications >=1.0.8
992 | |-- h5py *
993 | | |-- numpy >=1.7
994 | | `-- six * (circular dependency aborted here)
995 | `-- numpy >=1.9.1 (circular dependency aborted here)
996 |-- keras-preprocessing >=1.1.0
997 | |-- numpy >=1.9.1 (circular dependency aborted here)
998 | `-- six >=1.9.0 (circular dependency aborted here)
999 |-- numpy >=1.16.0,<2.0 (circular dependency aborted here)
1000 |-- opt-einsum >=2.3.2
1001 | `-- numpy >=1.7 (circular dependency aborted here)
1002 |-- protobuf >=3.8.0
1003 | |-- setuptools *
1004 | `-- six >=1.9 (circular dependency aborted here)
1005 |-- scipy 1.4.1
1006 | `-- numpy >=1.13.3 (circular dependency aborted here)
1007 |-- six >=1.12.0 (circular dependency aborted here)
1008 |-- tensorboard >=2.1.0,<2.2.0
1009 | |-- absl-py >=0.4 (circular dependency aborted here)
1010 | |-- google-auth >=1.6.3,<2
1011 | | |-- cachetools >=2.0.0,<5.0
1012 | | |-- pyasn1-modules >=0.2.1
1013 | | | `-- pyasn1 >=0.4.6,<0.5.0
1014 | | |-- rsa >=3.1.4,<4.1
1015 | | | `-- pyasn1 >=0.1.3 (circular dependency aborted here)
1016 | | |-- setuptools >=40.3.0 (circular dependency aborted here)
1017 | | `-- six >=1.9.0 (circular dependency aborted here)
1018 | |-- google-auth-oauthlib >=0.4.1,<0.5
1019 | | |-- google-auth * (circular dependency aborted here)
1020 | | `-- requests-oauthlib >=0.7.0
1021 | | |-- oauthlib >=3.0.0
1022 | | `-- requests >=2.0.0
1023 | | |-- certifi >=2017.4.17
1024 | | |-- chardet >=3.0.2,<4
1025 | | |-- idna >=2.5,<3
1026 | | `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
1027 | |-- grpcio >=1.24.3 (circular dependency aborted here)
1028 | |-- markdown >=2.6.8
1029 | | `-- setuptools >=36 (circular dependency aborted here)
1030 | |-- numpy >=1.12.0 (circular dependency aborted here)
1031 | |-- protobuf >=3.6.0 (circular dependency aborted here)
1032 | |-- requests >=2.21.0,<3 (circular dependency aborted here)
1033 | |-- setuptools >=41.0.0 (circular dependency aborted here)
1034 | |-- six >=1.10.0 (circular dependency aborted here)
1035 | |-- werkzeug >=0.11.15
1036 | `-- wheel >=0.26
1037 |-- tensorflow-estimator >=2.1.0rc0,<2.2.0
1038 |-- termcolor >=1.1.0
1039 |-- wheel >=0.26 (circular dependency aborted here)
1040 `-- wrapt >=1.11.1
1041terminaltables 3.1.0 Generate simple tables in terminals from a nested list of strings.
1042toml 0.10.0 Python Library for Tom's Obvious, Minimal Language
1043towncrier 19.2.0 Building newsfiles for your project.
1044|-- click *
1045|-- incremental *
1046|-- jinja2 *
1047| `-- markupsafe >=0.23
1048`-- toml *
1049tqdm 4.31.1 Fast, Extensible Progress Meter
1050transformers 2.3.0 State-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch
1051|-- boto3 *
1052| |-- botocore >=1.15.12,<1.16.0
1053| | |-- docutils >=0.10,<0.16
1054| | |-- jmespath >=0.7.1,<1.0.0
1055| | |-- python-dateutil >=2.1,<3.0.0
1056| | | `-- six >=1.5
1057| | `-- urllib3 >=1.20,<1.26
1058| |-- jmespath >=0.7.1,<1.0.0 (circular dependency aborted here)
1059| `-- s3transfer >=0.3.0,<0.4.0
1060| `-- botocore >=1.12.36,<2.0a.0 (circular dependency aborted here)
1061|-- numpy *
1062|-- regex !=2019.12.17
1063|-- requests *
1064| |-- certifi >=2017.4.17
1065| |-- chardet >=3.0.2,<4
1066| |-- idna >=2.5,<3
1067| `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
1068|-- sacremoses *
1069| |-- click *
1070| |-- joblib *
1071| |-- regex *
1072| |-- six *
1073| `-- tqdm *
1074|-- sentencepiece *
1075`-- tqdm *
1076twilio 6.26.3 Twilio API client and TwiML generator
1077|-- pyjwt >=1.4.2
1078|-- pysocks *
1079|-- pytz *
1080|-- requests >=2.0.0
1081| |-- certifi >=2017.4.17
1082| |-- chardet >=3.0.2,<4
1083| |-- idna >=2.5,<3
1084| `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
1085`-- six *
1086webexteamssdk 1.1.1 Community-developed Python SDK for the Webex Teams APIs
1087|-- future *
1088|-- requests >=2.4.2
1089| |-- certifi >=2017.4.17
1090| |-- chardet >=3.0.2,<4
1091| |-- idna >=2.5,<3
1092| `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26
1093`-- requests-toolbelt *
1094 `-- requests >=2.0.1,<3.0.0
1095 |-- certifi >=2017.4.17
1096 |-- chardet >=3.0.2,<4
1097 |-- idna >=2.5,<3
1098 `-- urllib3 >=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26