| author | ymh <ymh.work@gmail.com> |
| Tue, 12 Jan 2021 13:47:11 +0100 | |
| changeset 1538 | 4e5ee8e79e7f |
| parent 1525 | 3c96e9ef3d64 |
| child 1555 | 942d10136be5 |
| permissions | -rw-r--r-- |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
2 |
name = "aiofiles" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
3 |
version = "0.6.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
4 |
description = "File support for asyncio." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
category = "dev" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
10 |
name = "aiohttp" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
11 |
version = "2.3.10" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
12 |
description = "Async http client/server framework (asyncio)" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
13 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
14 |
optional = false |
| 1524 | 15 |
python-versions = ">=3.4.2" |
16 |
||
17 |
[package.dependencies] |
|
18 |
async-timeout = ">=1.2.0" |
|
19 |
chardet = "*" |
|
20 |
idna-ssl = ">=1.0.0" |
|
21 |
multidict = ">=4.0.0" |
|
22 |
yarl = ">=1.0.0" |
|
23 |
||
24 |
[[package]] |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
25 |
name = "appdirs" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
26 |
version = "1.4.4" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
27 |
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
28 |
category = "main" |
| 1524 | 29 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
30 |
python-versions = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
31 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
32 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
33 |
name = "astroid" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
34 |
version = "2.4.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
35 |
description = "An abstract syntax tree for Python with inference support." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
36 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
37 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
38 |
python-versions = ">=3.5" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
39 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
40 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
41 |
lazy-object-proxy = ">=1.4.0,<1.5.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
42 |
six = ">=1.12,<2.0" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
43 |
wrapt = ">=1.11,<2.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
44 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
45 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
46 |
name = "async-timeout" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
47 |
version = "3.0.1" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
48 |
description = "Timeout context manager for asyncio programs" |
| 1524 | 49 |
category = "dev" |
50 |
optional = false |
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
51 |
python-versions = ">=3.5.3" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
52 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
53 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
54 |
name = "attrs" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
55 |
version = "20.3.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
56 |
description = "Classes Without Boilerplate" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
57 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
58 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
59 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
60 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
61 |
[package.extras] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
62 |
dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
63 |
docs = ["furo", "sphinx", "zope.interface"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
64 |
tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
65 |
tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
66 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
67 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
68 |
name = "autopep8" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
69 |
version = "1.5.4" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
70 |
description = "A tool that automatically formats Python code to conform to the PEP 8 style guide" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
71 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
72 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
73 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
74 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
75 |
[package.dependencies] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
76 |
pycodestyle = ">=2.6.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
77 |
toml = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
78 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
79 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
80 |
name = "blessings" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
81 |
version = "1.7" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
82 |
description = "A thin, practical wrapper around terminal coloring, styling, and positioning" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
83 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
84 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
85 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
86 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
87 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
88 |
six = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
89 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
90 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
91 |
name = "bowler" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
92 |
version = "0.9.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
93 |
description = "Safe code refactoring for modern Python projects" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
94 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
95 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
96 |
python-versions = ">=3.6" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
97 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
98 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
99 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
100 |
click = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
101 |
fissix = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
102 |
moreorless = ">=0.2.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
103 |
volatile = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
104 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
105 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
106 |
name = "cachecontrol" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
107 |
version = "0.12.6" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
108 |
description = "httplib2 caching for requests" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
109 |
category = "main" |
| 1524 | 110 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
111 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
| 1524 | 112 |
|
113 |
[package.dependencies] |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
114 |
lockfile = {version = ">=0.9", optional = true, markers = "extra == \"filecache\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
115 |
msgpack = ">=0.5.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
116 |
requests = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
117 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
118 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
119 |
filecache = ["lockfile (>=0.9)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
120 |
redis = ["redis (>=2.10.5)"] |
| 1524 | 121 |
|
122 |
[[package]] |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
123 |
name = "cachy" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
124 |
version = "0.3.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
125 |
description = "Cachy provides a simple yet effective caching library." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
126 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
127 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
128 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
129 |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
130 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
131 |
redis = ["redis (>=3.3.6,<4.0.0)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
132 |
memcached = ["python-memcached (>=1.59,<2.0)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
133 |
msgpack = ["msgpack-python (>=0.5,<0.6)"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
134 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
135 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
136 |
name = "cerberus" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
137 |
version = "1.3.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
138 |
description = "Lightweight, extensible schema and data validation tool for Python dictionaries." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
139 |
category = "dev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
140 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
141 |
python-versions = ">=2.7" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
142 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
143 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
144 |
name = "certifi" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
145 |
version = "2020.12.5" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
146 |
description = "Python package for providing Mozilla's CA Bundle." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
147 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
148 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
149 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
150 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
151 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
152 |
name = "cffi" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
153 |
version = "1.14.4" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
154 |
description = "Foreign Function Interface for Python calling C code." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
155 |
category = "main" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
156 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
157 |
python-versions = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
158 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
159 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
160 |
pycparser = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
161 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
162 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
163 |
name = "chardet" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
164 |
version = "4.0.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
165 |
description = "Universal encoding detector for Python 2 and 3" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
166 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
167 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
168 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
169 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
170 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
171 |
name = "cleo" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
172 |
version = "0.8.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
173 |
description = "Cleo allows you to create beautiful and testable command-line interfaces." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
174 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
175 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
176 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
177 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
178 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
179 |
clikit = ">=0.6.0,<0.7.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
180 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
181 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
182 |
name = "click" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
183 |
version = "7.1.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
184 |
description = "Composable command line interface toolkit" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
185 |
category = "dev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
186 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
187 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
188 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
189 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
190 |
name = "clikit" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
191 |
version = "0.6.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
192 |
description = "CliKit is a group of utilities to build beautiful and testable command line interfaces." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
193 |
category = "main" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
194 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
195 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
196 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
197 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
198 |
crashtest = {version = ">=0.3.0,<0.4.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
199 |
pastel = ">=0.2.0,<0.3.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
200 |
pylev = ">=1.3,<2.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
201 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
202 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
203 |
name = "colorama" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
204 |
version = "0.4.4" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
205 |
description = "Cross-platform colored terminal text." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
206 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
207 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
208 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
209 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
210 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
211 |
name = "crashtest" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
212 |
version = "0.3.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
213 |
description = "Manage Python errors with ease" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
214 |
category = "main" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
215 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
216 |
python-versions = ">=3.6,<4.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
217 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
218 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
219 |
name = "cryptography" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
220 |
version = "3.3.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
221 |
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
222 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
223 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
224 |
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
225 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
226 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
227 |
cffi = ">=1.12" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
228 |
six = ">=1.4.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
229 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
230 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
231 |
docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
232 |
docstest = ["doc8", "pyenchant (>=1.6.11)", "twine (>=1.12.0)", "sphinxcontrib-spelling (>=4.0.1)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
233 |
pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
234 |
ssh = ["bcrypt (>=3.1.5)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
235 |
test = ["pytest (>=3.6.0,!=3.9.0,!=3.9.1,!=3.9.2)", "pretend", "iso8601", "pytz", "hypothesis (>=1.11.4,!=3.79.2)"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
236 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
237 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
238 |
name = "cssselect" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
239 |
version = "1.1.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
240 |
description = "cssselect parses CSS3 Selectors and translates them to XPath 1.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
241 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
242 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
243 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
244 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
245 |
[[package]] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
246 |
name = "dephell" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
247 |
version = "0.8.3" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
248 |
description = "Dependency resolution for Python" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
249 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
250 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
251 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
252 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
253 |
[package.dependencies] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
254 |
aiofiles = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
255 |
aiohttp = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
256 |
appdirs = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
257 |
attrs = ">=19.2.0" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
258 |
autopep8 = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
259 |
bowler = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
260 |
cerberus = ">=1.3" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
261 |
certifi = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
262 |
colorama = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
263 |
dephell-archive = ">=0.1.5" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
264 |
dephell-argparse = ">=0.1.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
265 |
dephell-changelogs = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
266 |
dephell-discover = ">=0.2.6" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
267 |
dephell-licenses = ">=0.1.6" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
268 |
dephell-links = ">=0.1.4" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
269 |
dephell-markers = ">=1.0.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
270 |
dephell-pythons = ">=0.1.11" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
271 |
dephell-setuptools = ">=0.2.1" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
272 |
dephell-shells = ">=0.1.3" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
273 |
dephell-specifier = ">=0.1.7" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
274 |
dephell-venvs = ">=0.1.16" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
275 |
dephell-versioning = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
276 |
docker = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
277 |
dockerpty = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
278 |
fissix = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
279 |
graphviz = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
280 |
html5lib = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
281 |
jinja2 = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
282 |
m2r = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
283 |
packaging = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
284 |
pygments = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
285 |
python-gnupg = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
286 |
requests = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
287 |
"ruamel.yaml" = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
288 |
tabulate = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
289 |
tomlkit = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
290 |
yapf = {version = "*", optional = true, markers = "extra == \"full\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
291 |
yaspin = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
292 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
293 |
[package.extras] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
294 |
full = ["aiofiles", "appdirs", "autopep8", "bowler", "colorama", "docker", "dockerpty", "fissix", "graphviz", "html5lib", "pygments", "python-gnupg", "tabulate", "yapf"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
295 |
tests = ["aioresponses", "pytest", "requests-mock"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
296 |
dev = ["aioresponses", "alabaster", "flake8-isort", "isort", "pygments-github-lexers", "pytest", "recommonmark", "requests-mock", "sphinx"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
297 |
docs = ["alabaster", "pygments-github-lexers", "recommonmark", "sphinx"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
298 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
299 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
300 |
name = "dephell-archive" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
301 |
version = "0.1.7" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
302 |
description = "pathlib for archives" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
303 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
304 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
305 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
306 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
307 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
308 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
309 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
310 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
311 |
name = "dephell-argparse" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
312 |
version = "0.1.3" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
313 |
description = "Argparse on steroids: groups, commands, colors." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
314 |
category = "dev" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
315 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
316 |
python-versions = ">=3.5" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
317 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
318 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
319 |
name = "dephell-changelogs" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
320 |
version = "0.0.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
321 |
description = "Find changelog for github repository, local dir, parse changelog" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
322 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
323 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
324 |
python-versions = ">=3.5" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
325 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
326 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
327 |
requests = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
328 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
329 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
330 |
dev = ["pytest", "pytest-xdist"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
331 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
332 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
333 |
name = "dephell-discover" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
334 |
version = "0.2.10" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
335 |
description = "Find project modules and data files (packages and package_data for setup.py)." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
336 |
category = "dev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
337 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
338 |
python-versions = ">=3.5" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
339 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
340 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
341 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
342 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
343 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
344 |
name = "dephell-licenses" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
345 |
version = "0.1.7" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
346 |
description = "Get info about OSS licenses" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
347 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
348 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
349 |
python-versions = ">=3.5" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
350 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
351 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
352 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
353 |
requests = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
354 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
355 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
356 |
name = "dephell-links" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
357 |
version = "0.1.5" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
358 |
description = "Parse dependency links" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
359 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
360 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
361 |
python-versions = ">=3.5" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
362 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
363 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
364 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
365 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
366 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
367 |
name = "dephell-markers" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
368 |
version = "1.0.3" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
369 |
description = "Work with environment markers (PEP-496)" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
370 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
371 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
372 |
python-versions = ">=3.5" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
373 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
374 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
375 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
376 |
dephell-specifier = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
377 |
packaging = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
378 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
379 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
380 |
name = "dephell-pythons" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
381 |
version = "0.1.15" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
382 |
description = "Work with python versions" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
383 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
384 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
385 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
386 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
387 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
388 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
389 |
dephell-specifier = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
390 |
packaging = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
391 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
392 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
393 |
name = "dephell-setuptools" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
394 |
version = "0.2.4" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
395 |
description = "Read metainfo from setup.py" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
396 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
397 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
398 |
python-versions = ">=3.5" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
399 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
400 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
401 |
dev = ["mypy", "pkginfo", "pytest"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
402 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
403 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
404 |
name = "dephell-shells" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
405 |
version = "0.1.5" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
406 |
description = "activate virtual environment for current shell" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
407 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
408 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
409 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
410 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
411 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
412 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
413 |
pexpect = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
414 |
shellingham = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
415 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
416 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
417 |
name = "dephell-specifier" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
418 |
version = "0.2.2" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
419 |
description = "Work with version specifiers." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
420 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
421 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
422 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
423 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
424 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
425 |
packaging = ">=17.1" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
426 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
427 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
428 |
name = "dephell-venvs" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
429 |
version = "0.1.18" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
430 |
description = "Manage virtual environments" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
431 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
432 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
433 |
python-versions = ">=3.5" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
434 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
435 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
436 |
attrs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
437 |
dephell-pythons = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
438 |
requests = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
439 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
440 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
441 |
name = "dephell-versioning" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
442 |
version = "0.1.2" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
443 |
description = "Library for bumping project version like a pro" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
444 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
445 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
446 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
447 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
448 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
449 |
packaging = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
450 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
451 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
452 |
name = "distlib" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
453 |
version = "0.3.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
454 |
description = "Distribution utilities" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
455 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
456 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
457 |
python-versions = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
458 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
459 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
460 |
name = "docker" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
461 |
version = "4.4.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
462 |
description = "A Python library for the Docker Engine API." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
463 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
464 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
465 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
466 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
467 |
[package.dependencies] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
468 |
pywin32 = {version = "227", markers = "sys_platform == \"win32\""}
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
469 |
requests = ">=2.14.2,<2.18.0 || >2.18.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
470 |
six = ">=1.4.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
471 |
websocket-client = ">=0.32.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
472 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
473 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
474 |
ssh = ["paramiko (>=2.4.2)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
475 |
tls = ["pyOpenSSL (>=17.5.0)", "cryptography (>=1.3.4)", "idna (>=2.0.0)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
476 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
477 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
478 |
name = "dockerpty" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
479 |
version = "0.4.1" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
480 |
description = "Python library to use the pseudo-tty of a docker container" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
481 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
482 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
483 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
484 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
485 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
486 |
six = ">=1.3.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
487 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
488 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
489 |
name = "docutils" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
490 |
version = "0.16" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
491 |
description = "Docutils -- Python Documentation Utilities" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
492 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
493 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
494 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
495 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
496 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
497 |
name = "filelock" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
498 |
version = "3.0.12" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
499 |
description = "A platform independent file lock." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
500 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
501 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
502 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
503 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
504 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
505 |
name = "fissix" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
506 |
version = "20.8.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
507 |
description = "Monkeypatches to override default behavior of lib2to3." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
508 |
category = "dev" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
509 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
510 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
511 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
512 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
513 |
appdirs = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
514 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
515 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
516 |
name = "graphviz" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
517 |
version = "0.15" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
518 |
description = "Simple Python interface for Graphviz" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
519 |
category = "dev" |
| 1524 | 520 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
521 |
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*" |
| 1524 | 522 |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
523 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
524 |
dev = ["tox (>=3)", "flake8", "pep8-naming", "wheel", "twine"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
525 |
docs = ["sphinx (>=1.8)", "sphinx-rtd-theme"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
526 |
test = ["mock (>=3)", "pytest (>=4)", "pytest-mock (>=2)", "pytest-cov"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
527 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
528 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
529 |
name = "html5lib" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
530 |
version = "1.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
531 |
description = "HTML parser based on the WHATWG HTML specification" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
532 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
533 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
534 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
535 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
536 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
537 |
six = ">=1.9" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
538 |
webencodings = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
539 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
540 |
[package.extras] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
541 |
all = ["genshi", "chardet (>=2.2)", "lxml"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
542 |
chardet = ["chardet (>=2.2)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
543 |
genshi = ["genshi"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
544 |
lxml = ["lxml"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
545 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
546 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
547 |
name = "idna" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
548 |
version = "2.10" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
549 |
description = "Internationalized Domain Names in Applications (IDNA)" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
550 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
551 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
552 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
553 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
554 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
555 |
name = "idna-ssl" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
556 |
version = "1.1.0" |
| 1524 | 557 |
description = "Patch ssl.match_hostname for Unicode(idna) domains support" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
558 |
category = "dev" |
| 1524 | 559 |
optional = false |
560 |
python-versions = "*" |
|
561 |
||
562 |
[package.dependencies] |
|
563 |
idna = ">=2.0" |
|
564 |
||
565 |
[[package]] |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
566 |
name = "iri-tweet" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
567 |
version = "0.82.0final0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
568 |
description = "Simple model end tools to record tweets" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
569 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
570 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
571 |
python-versions = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
572 |
develop = false |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
573 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
574 |
[package.source] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
575 |
type = "directory" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
576 |
url = "lib/iri_tweet" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
577 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
578 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
579 |
name = "isort" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
580 |
version = "5.6.4" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
581 |
description = "A Python utility / library to sort Python imports." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
582 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
583 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
584 |
python-versions = ">=3.6,<4.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
585 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
586 |
[package.extras] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
587 |
pipfile_deprecated_finder = ["pipreqs", "requirementslib"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
588 |
requirements_deprecated_finder = ["pipreqs", "pip-api"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
589 |
colors = ["colorama (>=0.4.3,<0.5.0)"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
590 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
591 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
592 |
name = "jeepney" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
593 |
version = "0.6.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
594 |
description = "Low-level, pure Python DBus protocol wrapper." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
595 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
596 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
597 |
python-versions = ">=3.6" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
598 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
599 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
600 |
test = ["pytest", "pytest-trio", "pytest-asyncio", "testpath", "trio"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
601 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
602 |
[[package]] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
603 |
name = "jinja2" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
604 |
version = "2.11.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
605 |
description = "A very fast and expressive template engine." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
606 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
607 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
608 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
609 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
610 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
611 |
MarkupSafe = ">=0.23" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
612 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
613 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
614 |
i18n = ["Babel (>=0.8)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
615 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
616 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
617 |
name = "keyring" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
618 |
version = "21.5.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
619 |
description = "Store and access your passwords safely." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
620 |
category = "main" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
621 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
622 |
python-versions = ">=3.6" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
623 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
624 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
625 |
jeepney = {version = ">=0.4.2", markers = "sys_platform == \"linux\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
626 |
pywin32-ctypes = {version = "<0.1.0 || >0.1.0,<0.1.1 || >0.1.1", markers = "sys_platform == \"win32\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
627 |
SecretStorage = {version = ">=3.2", markers = "sys_platform == \"linux\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
628 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
629 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
630 |
docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
631 |
testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "jaraco.test (>=3.2.0)", "pytest-black (>=0.3.7)", "pytest-mypy"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
632 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
633 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
634 |
name = "lazy-object-proxy" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
635 |
version = "1.4.3" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
636 |
description = "A fast and thorough lazy object proxy." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
637 |
category = "main" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
638 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
639 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
640 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
641 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
642 |
name = "lockfile" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
643 |
version = "0.12.2" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
644 |
description = "Platform-independent file locking module" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
645 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
646 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
647 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
648 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
649 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
650 |
name = "lxml" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
651 |
version = "4.6.2" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
652 |
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
653 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
654 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
655 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
656 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
657 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
658 |
cssselect = ["cssselect (>=0.7)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
659 |
html5 = ["html5lib"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
660 |
htmlsoup = ["beautifulsoup4"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
661 |
source = ["Cython (>=0.29.7)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
662 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
663 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
664 |
name = "m2r" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
665 |
version = "0.2.1" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
666 |
description = "Markdown and reStructuredText in a single file." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
667 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
668 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
669 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
670 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
671 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
672 |
docutils = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
673 |
mistune = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
674 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
675 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
676 |
name = "markupsafe" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
677 |
version = "1.1.1" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
678 |
description = "Safely add untrusted strings to HTML/XML markup." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
679 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
680 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
681 |
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
682 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
683 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
684 |
name = "mccabe" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
685 |
version = "0.6.1" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
686 |
description = "McCabe checker, plugin for flake8" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
687 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
688 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
689 |
python-versions = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
690 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
691 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
692 |
name = "mistune" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
693 |
version = "0.8.4" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
694 |
description = "The fastest markdown parser in pure Python" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
695 |
category = "dev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
696 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
697 |
python-versions = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
698 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
699 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
700 |
name = "moreorless" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
701 |
version = "0.3.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
702 |
description = "Python diff wrapper" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
703 |
category = "dev" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
704 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
705 |
python-versions = ">=3.6" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
706 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
707 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
708 |
click = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
709 |
parameterized = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
710 |
volatile = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
711 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
712 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
713 |
name = "msgpack" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
714 |
version = "1.0.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
715 |
description = "MessagePack (de)serializer." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
716 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
717 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
718 |
python-versions = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
719 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
720 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
721 |
name = "multidict" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
722 |
version = "5.1.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
723 |
description = "multidict implementation" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
724 |
category = "dev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
725 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
726 |
python-versions = ">=3.6" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
727 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
728 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
729 |
name = "oauthlib" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
730 |
version = "3.1.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
731 |
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
732 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
733 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
734 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
735 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
736 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
737 |
rsa = ["cryptography"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
738 |
signals = ["blinker"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
739 |
signedtoken = ["cryptography", "pyjwt (>=1.0.0)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
740 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
741 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
742 |
name = "packaging" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
743 |
version = "20.8" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
744 |
description = "Core utilities for Python packages" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
745 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
746 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
747 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
748 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
749 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
750 |
pyparsing = ">=2.0.2" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
751 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
752 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
753 |
name = "parameterized" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
754 |
version = "0.7.4" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
755 |
description = "Parameterized testing with any Python test framework" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
756 |
category = "dev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
757 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
758 |
python-versions = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
759 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
760 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
761 |
dev = ["jinja2"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
762 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
763 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
764 |
name = "pastel" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
765 |
version = "0.2.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
766 |
description = "Bring colors to your terminal." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
767 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
768 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
769 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
770 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
771 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
772 |
name = "pexpect" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
773 |
version = "4.8.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
774 |
description = "Pexpect allows easy control of interactive console applications." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
775 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
776 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
777 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
778 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
779 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
780 |
ptyprocess = ">=0.5" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
781 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
782 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
783 |
name = "pkginfo" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
784 |
version = "1.6.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
785 |
description = "Query metadatdata from sdists / bdists / installed packages." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
786 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
787 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
788 |
python-versions = "*" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
789 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
790 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
791 |
testing = ["nose", "coverage"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
792 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
793 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
794 |
name = "poetry" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
795 |
version = "1.1.4" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
796 |
description = "Python dependency management and packaging made easy." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
797 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
798 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
799 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
800 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
801 |
[package.dependencies] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
802 |
cachecontrol = {version = ">=0.12.4,<0.13.0", extras = ["filecache"]}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
803 |
cachy = ">=0.3.0,<0.4.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
804 |
cleo = ">=0.8.1,<0.9.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
805 |
clikit = ">=0.6.2,<0.7.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
806 |
crashtest = {version = ">=0.3.0,<0.4.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
807 |
html5lib = ">=1.0,<2.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
808 |
keyring = {version = ">=21.2.0,<22.0.0", markers = "python_version >= \"3.6\" and python_version < \"4.0\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
809 |
packaging = ">=20.4,<21.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
810 |
pexpect = ">=4.7.0,<5.0.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
811 |
pkginfo = ">=1.4,<2.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
812 |
poetry-core = ">=1.0.0,<2.0.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
813 |
requests = ">=2.18,<3.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
814 |
requests-toolbelt = ">=0.9.1,<0.10.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
815 |
shellingham = ">=1.1,<2.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
816 |
tomlkit = ">=0.7.0,<1.0.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
817 |
virtualenv = ">=20.0.26,<21.0.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
818 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
819 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
820 |
name = "poetry-core" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
821 |
version = "1.0.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
822 |
description = "Poetry PEP 517 Build Backend" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
823 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
824 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
825 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
826 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
827 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
828 |
name = "ptyprocess" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
829 |
version = "0.6.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
830 |
description = "Run a subprocess in a pseudo terminal" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
831 |
category = "main" |
| 1524 | 832 |
optional = false |
833 |
python-versions = "*" |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
834 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
835 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
836 |
name = "pycodestyle" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
837 |
version = "2.6.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
838 |
description = "Python style guide checker" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
839 |
category = "dev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
840 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
841 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
| 1524 | 842 |
|
843 |
[[package]] |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
844 |
name = "pycparser" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
845 |
version = "2.20" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
846 |
description = "C parser in Python" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
847 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
848 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
849 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
850 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
851 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
852 |
name = "pygments" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
853 |
version = "2.7.3" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
854 |
description = "Pygments is a syntax highlighting package written in Python." |
| 1524 | 855 |
category = "dev" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
856 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
857 |
python-versions = ">=3.5" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
858 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
859 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
860 |
name = "pylev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
861 |
version = "1.3.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
862 |
description = "A pure Python Levenshtein implementation that's not freaking GPL'd." |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
863 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
864 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
865 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
866 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
867 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
868 |
name = "pylint" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
869 |
version = "2.6.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
870 |
description = "python code static checker" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
871 |
category = "main" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
872 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
873 |
python-versions = ">=3.5.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
874 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
875 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
876 |
astroid = ">=2.4.0,<=2.5" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
877 |
colorama = {version = "*", markers = "sys_platform == \"win32\""}
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
878 |
isort = ">=4.2.5,<6" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
879 |
mccabe = ">=0.6,<0.7" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
880 |
toml = ">=0.7.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
881 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
882 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
883 |
name = "pyparsing" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
884 |
version = "2.4.7" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
885 |
description = "Python parsing module" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
886 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
887 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
888 |
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
889 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
890 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
891 |
name = "pyquery" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
892 |
version = "1.4.3" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
893 |
description = "A jquery-like library for python" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
894 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
895 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
896 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
897 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
898 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
899 |
cssselect = ">0.7.9" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
900 |
lxml = ">=2.1" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
901 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
902 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
903 |
name = "python-daemon" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
904 |
version = "2.2.4" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
905 |
description = "Library to implement a well-behaved Unix daemon process." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
906 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
907 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
908 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
909 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
910 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
911 |
docutils = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
912 |
lockfile = ">=0.10" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
913 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
914 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
915 |
test = ["coverage", "docutils", "mock (>=1.3)", "testscenarios (>=0.4)", "testtools", "unittest2 (>=0.5.1)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
916 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
917 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
918 |
name = "python-dateutil" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
919 |
version = "2.8.1" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
920 |
description = "Extensions to the standard Python datetime module" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
921 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
922 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
923 |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
924 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
925 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
926 |
six = ">=1.5" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
927 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
928 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
929 |
name = "python-gnupg" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
930 |
version = "0.4.6" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
931 |
description = "A wrapper for the Gnu Privacy Guard (GPG or GnuPG)" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
932 |
category = "dev" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
933 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
934 |
python-versions = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
935 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
936 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
937 |
name = "pywin32" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
938 |
version = "227" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
939 |
description = "Python for Window Extensions" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
940 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
941 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
942 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
943 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
944 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
945 |
name = "pywin32-ctypes" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
946 |
version = "0.2.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
947 |
description = "" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
948 |
category = "main" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
949 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
950 |
python-versions = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
951 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
952 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
953 |
name = "requests" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
954 |
version = "2.25.1" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
955 |
description = "Python HTTP for Humans." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
956 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
957 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
958 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
959 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
960 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
961 |
certifi = ">=2017.4.17" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
962 |
chardet = ">=3.0.2,<5" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
963 |
idna = ">=2.5,<3" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
964 |
urllib3 = ">=1.21.1,<1.27" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
965 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
966 |
[package.extras] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
967 |
security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
968 |
socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
969 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
970 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
971 |
name = "requests-oauthlib" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
972 |
version = "1.3.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
973 |
description = "OAuthlib authentication support for Requests." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
974 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
975 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
976 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
977 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
978 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
979 |
oauthlib = ">=3.0.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
980 |
requests = ">=2.0.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
981 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
982 |
[package.extras] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
983 |
rsa = ["oauthlib[signedtoken] (>=3.0.0)"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
984 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
985 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
986 |
name = "requests-toolbelt" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
987 |
version = "0.9.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
988 |
description = "A utility belt for advanced users of python-requests" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
989 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
990 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
991 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
992 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
993 |
[package.dependencies] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
994 |
requests = ">=2.0.1,<3.0.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
995 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
996 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
997 |
name = "ruamel.yaml" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
998 |
version = "0.16.12" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
999 |
description = "ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1000 |
category = "dev" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1001 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1002 |
python-versions = "*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1003 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1004 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1005 |
docs = ["ryd"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1006 |
jinja2 = ["ruamel.yaml.jinja2 (>=0.2)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1007 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1008 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1009 |
name = "secretstorage" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1010 |
version = "3.3.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1011 |
description = "Python bindings to FreeDesktop.org Secret Service API" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1012 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1013 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1014 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1015 |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1016 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1017 |
cryptography = ">=2.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1018 |
jeepney = ">=0.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1019 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1020 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1021 |
name = "shellingham" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1022 |
version = "1.3.2" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1023 |
description = "Tool to Detect Surrounding Shell" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1024 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1025 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1026 |
python-versions = "!=3.0,!=3.1,!=3.2,!=3.3,>=2.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1027 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1028 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1029 |
name = "six" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1030 |
version = "1.15.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1031 |
description = "Python 2 and 3 compatibility utilities" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1032 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1033 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1034 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1035 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1036 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1037 |
name = "sqlalchemy" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1038 |
version = "1.3.22" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1039 |
description = "Database Abstraction Library" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1040 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1041 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1042 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1043 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1044 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1045 |
mssql = ["pyodbc"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1046 |
mssql_pymssql = ["pymssql"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1047 |
mssql_pyodbc = ["pyodbc"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1048 |
mysql = ["mysqlclient"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1049 |
oracle = ["cx-oracle"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1050 |
postgresql = ["psycopg2"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1051 |
postgresql_pg8000 = ["pg8000"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1052 |
postgresql_psycopg2binary = ["psycopg2-binary"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1053 |
postgresql_psycopg2cffi = ["psycopg2cffi"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1054 |
pymysql = ["pymysql"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1055 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1056 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1057 |
name = "tabulate" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1058 |
version = "0.8.7" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1059 |
description = "Pretty-print tabular data" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1060 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1061 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1062 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1063 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1064 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1065 |
widechars = ["wcwidth"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1066 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1067 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1068 |
name = "toml" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1069 |
version = "0.10.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1070 |
description = "Python Library for Tom's Obvious, Minimal Language" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1071 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1072 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1073 |
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1074 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1075 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1076 |
name = "tomlkit" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1077 |
version = "0.7.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1078 |
description = "Style preserving TOML library" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1079 |
category = "main" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1080 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1081 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1082 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1083 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1084 |
name = "twitter" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1085 |
version = "1.18.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1086 |
description = "An API and command-line toolset for Twitter (twitter.com)" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1087 |
category = "main" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1088 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1089 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1090 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1091 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1092 |
name = "twitter-text" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1093 |
version = "3.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1094 |
description = "A library for auto-converting URLs, mentions, hashtags, lists, etc. in Twitter text. Also does tweet validation and search term highlighting. Fork of twitter-text-py, that supports python 3. Originally by David Ryan, Py3 port by Glyph." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1095 |
category = "main" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1096 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1097 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1098 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1099 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1100 |
name = "typed-ast" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1101 |
version = "1.4.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1102 |
description = "a fork of Python 2 and 3 ast modules with type comment support" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1103 |
category = "main" |
| 1524 | 1104 |
optional = false |
1105 |
python-versions = "*" |
|
1106 |
||
1107 |
[[package]] |
|
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1108 |
name = "urllib3" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1109 |
version = "1.26.2" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1110 |
description = "HTTP library with thread-safe connection pooling, file post, and more." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1111 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1112 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1113 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1114 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1115 |
[package.extras] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1116 |
brotli = ["brotlipy (>=0.6.0)"] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1117 |
secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1118 |
socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1119 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1120 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1121 |
name = "virtualenv" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1122 |
version = "20.2.2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1123 |
description = "Virtual Python Environment builder" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1124 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1125 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1126 |
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1127 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1128 |
[package.dependencies] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1129 |
appdirs = ">=1.4.3,<2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1130 |
distlib = ">=0.3.1,<1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1131 |
filelock = ">=3.0.0,<4" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1132 |
six = ">=1.9.0,<2" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1133 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1134 |
[package.extras] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1135 |
docs = ["proselint (>=0.10.2)", "sphinx (>=3)", "sphinx-argparse (>=0.2.5)", "sphinx-rtd-theme (>=0.4.3)", "towncrier (>=19.9.0rc1)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1136 |
testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", "pytest (>=4)", "pytest-env (>=0.6.2)", "pytest-freezegun (>=0.4.1)", "pytest-mock (>=2)", "pytest-randomly (>=1)", "pytest-timeout (>=1)", "pytest-xdist (>=1.31.0)", "packaging (>=20.0)", "xonsh (>=0.9.16)"] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1137 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1138 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1139 |
name = "volatile" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1140 |
version = "2.1.0" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1141 |
description = "A small extension for the tempfile module." |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1142 |
category = "dev" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1143 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1144 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1145 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1146 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1147 |
name = "webencodings" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1148 |
version = "0.5.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1149 |
description = "Character encoding aliases for legacy web content" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1150 |
category = "main" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1151 |
optional = false |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1152 |
python-versions = "*" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1153 |
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1154 |
[[package]] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1155 |
name = "websocket-client" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1156 |
version = "0.57.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1157 |
description = "WebSocket client for Python. hybi13 is supported." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1158 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1159 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1160 |
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1161 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1162 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1163 |
six = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1164 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1165 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1166 |
name = "wrapt" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1167 |
version = "1.12.1" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1168 |
description = "Module for decorators, wrappers and monkey patching." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1169 |
category = "main" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1170 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1171 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1172 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1173 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1174 |
name = "yapf" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1175 |
version = "0.30.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1176 |
description = "A formatter for Python code." |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1177 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1178 |
optional = false |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1179 |
python-versions = "*" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1180 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1181 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1182 |
name = "yarl" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1183 |
version = "1.6.3" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1184 |
description = "Yet another URL library" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1185 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1186 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1187 |
python-versions = ">=3.6" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1188 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1189 |
[package.dependencies] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1190 |
idna = ">=2.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1191 |
multidict = ">=4.0" |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1192 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1193 |
[[package]] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1194 |
name = "yaspin" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1195 |
version = "1.2.0" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1196 |
description = "Yet Another Terminal Spinner" |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1197 |
category = "dev" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1198 |
optional = false |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1199 |
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1200 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1201 |
[metadata] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1202 |
lock-version = "1.1" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1203 |
python-versions = "^3.9" |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1204 |
content-hash = "31ec22db970ef7f5c02ac66e7603453296a3b9514b73f0f9c22ca58507c3e8ec" |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1205 |
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1206 |
[metadata.files] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1207 |
aiofiles = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1208 |
{file = "aiofiles-0.6.0-py3-none-any.whl", hash = "sha256:bd3019af67f83b739f8e4053c6c0512a7f545b9a8d91aaeab55e6e0f9d123c27"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1209 |
{file = "aiofiles-0.6.0.tar.gz", hash = "sha256:e0281b157d3d5d59d803e3f4557dcc9a3dff28a4dd4829a9ff478adae50ca092"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1210 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1211 |
aiohttp = [ |
| 1524 | 1212 |
{file = "aiohttp-2.3.10-cp34-cp34m-macosx_10_10_x86_64.whl", hash = "sha256:834f687b806fbf49cb135b5a208b5c27338e19c219d6e09e9049936e01e8bea8"},
|
1213 |
{file = "aiohttp-2.3.10-cp34-cp34m-macosx_10_11_x86_64.whl", hash = "sha256:6b8c5a00432b8a5a083792006e8fdfb558b8b10019ce254200855264d3a25895"},
|
|
1214 |
{file = "aiohttp-2.3.10-cp34-cp34m-macosx_10_12_x86_64.whl", hash = "sha256:7b407c22b0ab473ffe0a7d3231f2084a8ae80fdb64a31842b88d57d6b7bdab7c"},
|
|
1215 |
{file = "aiohttp-2.3.10-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:14821eb8613bfab9118be3c55afc87bf4cef97689896fa0874c6877b117afbeb"},
|
|
1216 |
{file = "aiohttp-2.3.10-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:8f32a4e157bad9c60ebc38c3bb93fcc907a020b017ddf8f7ab1580390e21940e"},
|
|
1217 |
{file = "aiohttp-2.3.10-cp34-cp34m-win32.whl", hash = "sha256:82a9068d9cb15eb2d99ecf39f8d56b4ed9f931a77a3622a0de747465fd2a7b96"},
|
|
1218 |
{file = "aiohttp-2.3.10-cp34-cp34m-win_amd64.whl", hash = "sha256:7ac6378ae364d8e5e5260c7224ea4a1965cb6f4719f15d0552349d0b0cc93953"},
|
|
1219 |
{file = "aiohttp-2.3.10-cp35-cp35m-macosx_10_10_x86_64.whl", hash = "sha256:5a952d4af7de5f78dfb3206dbc352717890b37d447f0bbd4b5969b3c8bb713af"},
|
|
1220 |
{file = "aiohttp-2.3.10-cp35-cp35m-macosx_10_11_x86_64.whl", hash = "sha256:b25c7720c495048ed658086a29925ab485ac7ececf1b346f2b459e5431d85016"},
|
|
1221 |
{file = "aiohttp-2.3.10-cp35-cp35m-macosx_10_12_x86_64.whl", hash = "sha256:528b0b811b6260a79222b055664b82093d01f35fe5c82521d8659cb2b28b8044"},
|
|
1222 |
{file = "aiohttp-2.3.10-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:46ace48789865a89992419205024ae451d577876f9919fbb0f22f71189822dea"},
|
|
1223 |
{file = "aiohttp-2.3.10-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:5436ca0ed752bb05a399fc07dc86dc23c756db523a3b7d5da46a457eacf4c4b5"},
|
|
1224 |
{file = "aiohttp-2.3.10-cp35-cp35m-win32.whl", hash = "sha256:f5e7d41d924a1d5274060c467539ee0c4f3bab318c1671ad65abd91f6b637baf"},
|
|
1225 |
{file = "aiohttp-2.3.10-cp35-cp35m-win_amd64.whl", hash = "sha256:a8c12f3184c7cad8f66cae6c945d2c97e598b0cb7afd655a5b9471475e67f30e"},
|
|
1226 |
{file = "aiohttp-2.3.10-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:756fc336a29c551b02252685f01bc87116bc9b04bbd02c1a6b8a96b3c6ad713b"},
|
|
1227 |
{file = "aiohttp-2.3.10-cp36-cp36m-macosx_10_11_x86_64.whl", hash = "sha256:cf790e61c2af0278f39dcedad9a22532bf81fb029c2cd73b1ceba7bea062c908"},
|
|
1228 |
{file = "aiohttp-2.3.10-cp36-cp36m-macosx_10_12_x86_64.whl", hash = "sha256:44c9cf24e63576244c13265ef0786b56d6751f5fb722225ecc021d6ecf91b4d2"},
|
|
1229 |
{file = "aiohttp-2.3.10-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:ef1a36a16e72b6689ce0a6c7fc6bd88837d8fef4590b16bd72817644ae1f414d"},
|
|
1230 |
{file = "aiohttp-2.3.10-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:3a4cdb9ca87c099d8ba5eb91cb8f000b60c21f8c1b50c75e04e8777e903bd278"},
|
|
1231 |
{file = "aiohttp-2.3.10-cp36-cp36m-win32.whl", hash = "sha256:f72bb19cece43483171264584bbaaf8b97717d9c0f244d1ef4a51df1cdb34085"},
|
|
1232 |
{file = "aiohttp-2.3.10-cp36-cp36m-win_amd64.whl", hash = "sha256:c77e29243a79e376a1b51d71a13df4a61bc54fd4d9597ce3790b8d82ec6eb44d"},
|
|
1233 |
{file = "aiohttp-2.3.10.tar.gz", hash = "sha256:8adda6583ba438a4c70693374e10b60168663ffa6564c5c75d3c7a9055290964"},
|
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1234 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1235 |
appdirs = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1236 |
{file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1237 |
{file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1238 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1239 |
astroid = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1240 |
{file = "astroid-2.4.2-py3-none-any.whl", hash = "sha256:bc58d83eb610252fd8de6363e39d4f1d0619c894b0ed24603b881c02e64c7386"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1241 |
{file = "astroid-2.4.2.tar.gz", hash = "sha256:2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1242 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1243 |
async-timeout = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1244 |
{file = "async-timeout-3.0.1.tar.gz", hash = "sha256:0c3c816a028d47f659d6ff5c745cb2acf1f966da1fe5c19c77a70282b25f4c5f"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1245 |
{file = "async_timeout-3.0.1-py3-none-any.whl", hash = "sha256:4291ca197d287d274d0b6cb5d6f8f8f82d434ed288f962539ff18cc9012f9ea3"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1246 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1247 |
attrs = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1248 |
{file = "attrs-20.3.0-py2.py3-none-any.whl", hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1249 |
{file = "attrs-20.3.0.tar.gz", hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1250 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1251 |
autopep8 = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1252 |
{file = "autopep8-1.5.4.tar.gz", hash = "sha256:d21d3901cb0da6ebd1e83fc9b0dfbde8b46afc2ede4fe32fbda0c7c6118ca094"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1253 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1254 |
blessings = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1255 |
{file = "blessings-1.7-py2-none-any.whl", hash = "sha256:caad5211e7ba5afe04367cdd4cfc68fa886e2e08f6f35e76b7387d2109ccea6e"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1256 |
{file = "blessings-1.7-py3-none-any.whl", hash = "sha256:b1fdd7e7a675295630f9ae71527a8ebc10bfefa236b3d6aa4932ee4462c17ba3"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1257 |
{file = "blessings-1.7.tar.gz", hash = "sha256:98e5854d805f50a5b58ac2333411b0482516a8210f23f43308baeb58d77c157d"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1258 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1259 |
bowler = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1260 |
{file = "bowler-0.9.0-py3-none-any.whl", hash = "sha256:0351839e9917765be694aa52c99ea784dc1286c9bdd6fd066b810097fc273e1b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1261 |
{file = "bowler-0.9.0.tar.gz", hash = "sha256:cdb85ce2e7bd545802a15d755d1daf2b6a125429355c50d2019a9f35d63e45db"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1262 |
] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1263 |
cachecontrol = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1264 |
{file = "CacheControl-0.12.6-py2.py3-none-any.whl", hash = "sha256:10d056fa27f8563a271b345207402a6dcce8efab7e5b377e270329c62471b10d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1265 |
{file = "CacheControl-0.12.6.tar.gz", hash = "sha256:be9aa45477a134aee56c8fac518627e1154df063e85f67d4f83ce0ccc23688e8"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1266 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1267 |
cachy = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1268 |
{file = "cachy-0.3.0-py2.py3-none-any.whl", hash = "sha256:338ca09c8860e76b275aff52374330efedc4d5a5e45dc1c5b539c1ead0786fe7"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1269 |
{file = "cachy-0.3.0.tar.gz", hash = "sha256:186581f4ceb42a0bbe040c407da73c14092379b1e4c0e327fdb72ae4a9b269b1"},
|
| 1524 | 1270 |
] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1271 |
cerberus = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1272 |
{file = "Cerberus-1.3.2.tar.gz", hash = "sha256:302e6694f206dd85cb63f13fd5025b31ab6d38c99c50c6d769f8fa0b0f299589"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1273 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1274 |
certifi = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1275 |
{file = "certifi-2020.12.5-py2.py3-none-any.whl", hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1276 |
{file = "certifi-2020.12.5.tar.gz", hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1277 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1278 |
cffi = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1279 |
{file = "cffi-1.14.4-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:ebb253464a5d0482b191274f1c8bf00e33f7e0b9c66405fbffc61ed2c839c775"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1280 |
{file = "cffi-1.14.4-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:2c24d61263f511551f740d1a065eb0212db1dbbbbd241db758f5244281590c06"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1281 |
{file = "cffi-1.14.4-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9f7a31251289b2ab6d4012f6e83e58bc3b96bd151f5b5262467f4bb6b34a7c26"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1282 |
{file = "cffi-1.14.4-cp27-cp27m-win32.whl", hash = "sha256:5cf4be6c304ad0b6602f5c4e90e2f59b47653ac1ed9c662ed379fe48a8f26b0c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1283 |
{file = "cffi-1.14.4-cp27-cp27m-win_amd64.whl", hash = "sha256:f60567825f791c6f8a592f3c6e3bd93dd2934e3f9dac189308426bd76b00ef3b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1284 |
{file = "cffi-1.14.4-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:c6332685306b6417a91b1ff9fae889b3ba65c2292d64bd9245c093b1b284809d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1285 |
{file = "cffi-1.14.4-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:d9efd8b7a3ef378dd61a1e77367f1924375befc2eba06168b6ebfa903a5e59ca"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1286 |
{file = "cffi-1.14.4-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:51a8b381b16ddd370178a65360ebe15fbc1c71cf6f584613a7ea08bfad946698"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1287 |
{file = "cffi-1.14.4-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:1d2c4994f515e5b485fd6d3a73d05526aa0fcf248eb135996b088d25dfa1865b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1288 |
{file = "cffi-1.14.4-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:af5c59122a011049aad5dd87424b8e65a80e4a6477419c0c1015f73fb5ea0293"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1289 |
{file = "cffi-1.14.4-cp35-cp35m-win32.whl", hash = "sha256:594234691ac0e9b770aee9fcdb8fa02c22e43e5c619456efd0d6c2bf276f3eb2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1290 |
{file = "cffi-1.14.4-cp35-cp35m-win_amd64.whl", hash = "sha256:64081b3f8f6f3c3de6191ec89d7dc6c86a8a43911f7ecb422c60e90c70be41c7"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1291 |
{file = "cffi-1.14.4-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:f803eaa94c2fcda012c047e62bc7a51b0bdabda1cad7a92a522694ea2d76e49f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1292 |
{file = "cffi-1.14.4-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:105abaf8a6075dc96c1fe5ae7aae073f4696f2905fde6aeada4c9d2926752362"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1293 |
{file = "cffi-1.14.4-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0638c3ae1a0edfb77c6765d487fee624d2b1ee1bdfeffc1f0b58c64d149e7eec"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1294 |
{file = "cffi-1.14.4-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:7c6b1dece89874d9541fc974917b631406233ea0440d0bdfbb8e03bf39a49b3b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1295 |
{file = "cffi-1.14.4-cp36-cp36m-win32.whl", hash = "sha256:155136b51fd733fa94e1c2ea5211dcd4c8879869008fc811648f16541bf99668"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1296 |
{file = "cffi-1.14.4-cp36-cp36m-win_amd64.whl", hash = "sha256:6bc25fc545a6b3d57b5f8618e59fc13d3a3a68431e8ca5fd4c13241cd70d0009"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1297 |
{file = "cffi-1.14.4-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a7711edca4dcef1a75257b50a2fbfe92a65187c47dab5a0f1b9b332c5919a3fb"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1298 |
{file = "cffi-1.14.4-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:00e28066507bfc3fe865a31f325c8391a1ac2916219340f87dfad602c3e48e5d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1299 |
{file = "cffi-1.14.4-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:798caa2a2384b1cbe8a2a139d80734c9db54f9cc155c99d7cc92441a23871c03"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1300 |
{file = "cffi-1.14.4-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:a5ed8c05548b54b998b9498753fb9cadbfd92ee88e884641377d8a8b291bcc01"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1301 |
{file = "cffi-1.14.4-cp37-cp37m-win32.whl", hash = "sha256:00a1ba5e2e95684448de9b89888ccd02c98d512064b4cb987d48f4b40aa0421e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1302 |
{file = "cffi-1.14.4-cp37-cp37m-win_amd64.whl", hash = "sha256:9cc46bc107224ff5b6d04369e7c595acb700c3613ad7bcf2e2012f62ece80c35"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1303 |
{file = "cffi-1.14.4-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:df5169c4396adc04f9b0a05f13c074df878b6052430e03f50e68adf3a57aa28d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1304 |
{file = "cffi-1.14.4-cp38-cp38-manylinux1_i686.whl", hash = "sha256:9ffb888f19d54a4d4dfd4b3f29bc2c16aa4972f1c2ab9c4ab09b8ab8685b9c2b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1305 |
{file = "cffi-1.14.4-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8d6603078baf4e11edc4168a514c5ce5b3ba6e3e9c374298cb88437957960a53"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1306 |
{file = "cffi-1.14.4-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:d5ff0621c88ce83a28a10d2ce719b2ee85635e85c515f12bac99a95306da4b2e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1307 |
{file = "cffi-1.14.4-cp38-cp38-win32.whl", hash = "sha256:b4e248d1087abf9f4c10f3c398896c87ce82a9856494a7155823eb45a892395d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1308 |
{file = "cffi-1.14.4-cp38-cp38-win_amd64.whl", hash = "sha256:ec80dc47f54e6e9a78181ce05feb71a0353854cc26999db963695f950b5fb375"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1309 |
{file = "cffi-1.14.4-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:840793c68105fe031f34d6a086eaea153a0cd5c491cde82a74b420edd0a2b909"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1310 |
{file = "cffi-1.14.4-cp39-cp39-manylinux1_i686.whl", hash = "sha256:b18e0a9ef57d2b41f5c68beefa32317d286c3d6ac0484efd10d6e07491bb95dd"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1311 |
{file = "cffi-1.14.4-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:045d792900a75e8b1e1b0ab6787dd733a8190ffcf80e8c8ceb2fb10a29ff238a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1312 |
{file = "cffi-1.14.4-cp39-cp39-win32.whl", hash = "sha256:ba4e9e0ae13fc41c6b23299545e5ef73055213e466bd107953e4a013a5ddd7e3"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1313 |
{file = "cffi-1.14.4-cp39-cp39-win_amd64.whl", hash = "sha256:f032b34669220030f905152045dfa27741ce1a6db3324a5bc0b96b6c7420c87b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1314 |
{file = "cffi-1.14.4.tar.gz", hash = "sha256:1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1315 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1316 |
chardet = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1317 |
{file = "chardet-4.0.0-py2.py3-none-any.whl", hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1318 |
{file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1319 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1320 |
cleo = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1321 |
{file = "cleo-0.8.1-py2.py3-none-any.whl", hash = "sha256:141cda6dc94a92343be626bb87a0b6c86ae291dfc732a57bf04310d4b4201753"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1322 |
{file = "cleo-0.8.1.tar.gz", hash = "sha256:3d0e22d30117851b45970b6c14aca4ab0b18b1b53c8af57bed13208147e4069f"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1323 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1324 |
click = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1325 |
{file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1326 |
{file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1327 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1328 |
clikit = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1329 |
{file = "clikit-0.6.2-py2.py3-none-any.whl", hash = "sha256:71268e074e68082306e23d7369a7b99f824a0ef926e55ba2665e911f7208489e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1330 |
{file = "clikit-0.6.2.tar.gz", hash = "sha256:442ee5db9a14120635c5990bcdbfe7c03ada5898291f0c802f77be71569ded59"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1331 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1332 |
colorama = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1333 |
{file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1334 |
{file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1335 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1336 |
crashtest = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1337 |
{file = "crashtest-0.3.1-py3-none-any.whl", hash = "sha256:300f4b0825f57688b47b6d70c6a31de33512eb2fa1ac614f780939aa0cf91680"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1338 |
{file = "crashtest-0.3.1.tar.gz", hash = "sha256:42ca7b6ce88b6c7433e2ce47ea884e91ec93104a4b754998be498a8e6c3d37dd"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1339 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1340 |
cryptography = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1341 |
{file = "cryptography-3.3.1-cp27-cp27m-macosx_10_10_x86_64.whl", hash = "sha256:c366df0401d1ec4e548bebe8f91d55ebcc0ec3137900d214dd7aac8427ef3030"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1342 |
{file = "cryptography-3.3.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:9f6b0492d111b43de5f70052e24c1f0951cb9e6022188ebcb1cc3a3d301469b0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1343 |
{file = "cryptography-3.3.1-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:a69bd3c68b98298f490e84519b954335154917eaab52cf582fa2c5c7efc6e812"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1344 |
{file = "cryptography-3.3.1-cp27-cp27m-win32.whl", hash = "sha256:84ef7a0c10c24a7773163f917f1cb6b4444597efd505a8aed0a22e8c4780f27e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1345 |
{file = "cryptography-3.3.1-cp27-cp27m-win_amd64.whl", hash = "sha256:594a1db4511bc4d960571536abe21b4e5c3003e8750ab8365fafce71c5d86901"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1346 |
{file = "cryptography-3.3.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:0003a52a123602e1acee177dc90dd201f9bb1e73f24a070db7d36c588e8f5c7d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1347 |
{file = "cryptography-3.3.1-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:83d9d2dfec70364a74f4e7c70ad04d3ca2e6a08b703606993407bf46b97868c5"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1348 |
{file = "cryptography-3.3.1-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:dc42f645f8f3a489c3dd416730a514e7a91a59510ddaadc09d04224c098d3302"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1349 |
{file = "cryptography-3.3.1-cp36-abi3-manylinux1_x86_64.whl", hash = "sha256:788a3c9942df5e4371c199d10383f44a105d67d401fb4304178020142f020244"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1350 |
{file = "cryptography-3.3.1-cp36-abi3-manylinux2010_x86_64.whl", hash = "sha256:69e836c9e5ff4373ce6d3ab311c1a2eed274793083858d3cd4c7d12ce20d5f9c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1351 |
{file = "cryptography-3.3.1-cp36-abi3-manylinux2014_aarch64.whl", hash = "sha256:9e21301f7a1e7c03dbea73e8602905a4ebba641547a462b26dd03451e5769e7c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1352 |
{file = "cryptography-3.3.1-cp36-abi3-win32.whl", hash = "sha256:b4890d5fb9b7a23e3bf8abf5a8a7da8e228f1e97dc96b30b95685df840b6914a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1353 |
{file = "cryptography-3.3.1-cp36-abi3-win_amd64.whl", hash = "sha256:0e85aaae861d0485eb5a79d33226dd6248d2a9f133b81532c8f5aae37de10ff7"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1354 |
{file = "cryptography-3.3.1.tar.gz", hash = "sha256:7e177e4bea2de937a584b13645cab32f25e3d96fc0bc4a4cf99c27dc77682be6"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1355 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1356 |
cssselect = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1357 |
{file = "cssselect-1.1.0-py2.py3-none-any.whl", hash = "sha256:f612ee47b749c877ebae5bb77035d8f4202c6ad0f0fc1271b3c18ad6c4468ecf"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1358 |
{file = "cssselect-1.1.0.tar.gz", hash = "sha256:f95f8dedd925fd8f54edb3d2dfb44c190d9d18512377d3c1e2388d16126879bc"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1359 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1360 |
dephell = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1361 |
{file = "dephell-0.8.3-py3-none-any.whl", hash = "sha256:3ca3661e2a353b5c67c77034b69b379e360d4c70ce562e8161db32d39064be5a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1362 |
{file = "dephell-0.8.3.tar.gz", hash = "sha256:a9fcc528a0c6f9f5d721292bdf846e5338e4dca7cd6fef1551fbe71564dfe61e"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1363 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1364 |
dephell-archive = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1365 |
{file = "dephell-archive-0.1.7.tar.gz", hash = "sha256:bb263492a7d430f9e04cef9a0237b7752cc797ab364bf35e70196af09c73ea37"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1366 |
{file = "dephell_archive-0.1.7-py3-none-any.whl", hash = "sha256:64a688dd8acb780f7d56cdae4622fa01d1e5910fd65788974b3f70fa9a1e517a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1367 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1368 |
dephell-argparse = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1369 |
{file = "dephell_argparse-0.1.3-py3-none-any.whl", hash = "sha256:e37a52c511b53e9d6107b606088664754b4b4d9e734578b333e68c46e4ab45b7"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1370 |
{file = "dephell_argparse-0.1.3.tar.gz", hash = "sha256:2ab9b2441f808bb11c338c4849d22ded898cde8325946800ac9e39d2b138735d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1371 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1372 |
dephell-changelogs = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1373 |
{file = "dephell_changelogs-0.0.1-py3-none-any.whl", hash = "sha256:963d31346790a3aacc3409bbc7cb0b44cdc0e29c167eec196fb49a131c3035b8"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1374 |
{file = "dephell_changelogs-0.0.1.tar.gz", hash = "sha256:e639a3d08d389e22fbac0cc64181dbe93c4b4ba9f0134e273e6dd3e26ae70b21"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1375 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1376 |
dephell-discover = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1377 |
{file = "dephell_discover-0.2.10-py3-none-any.whl", hash = "sha256:abf190e9707d4a88f14e91be1f80e996e195b20b5400da2362e98cf19e59a1e4"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1378 |
{file = "dephell_discover-0.2.10.tar.gz", hash = "sha256:a2ad414e5e0fe16c82c537d6a3198afd9818c0c010760eccb23e2d60e5b66df6"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1379 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1380 |
dephell-licenses = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1381 |
{file = "dephell-licenses-0.1.7.tar.gz", hash = "sha256:f175cec822a32bda5b56442f48dae39efbb5c3851275ecd41cfd7e849ddd2ea6"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1382 |
{file = "dephell_licenses-0.1.7-py3-none-any.whl", hash = "sha256:b0b6c93779c4a8d9a82710ef2d5d0fab72e013f335962dc7363831af48570db5"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1383 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1384 |
dephell-links = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1385 |
{file = "dephell_links-0.1.5-py3-none-any.whl", hash = "sha256:a86a08fb42da63d903ae3fee9f9e2491be602321204c0df5b53e33cb19ac4dec"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1386 |
{file = "dephell_links-0.1.5.tar.gz", hash = "sha256:28d694142e2827a59d2c301e7185afb52fb8acdb950b1da38308d69e43418eaa"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1387 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1388 |
dephell-markers = [ |
|
1525
3c96e9ef3d64
update code settings + some dependencies version
ymh <ymh.work@gmail.com>
parents:
1524
diff
changeset
|
1389 |
{file = "dephell_markers-1.0.3-py3-none-any.whl", hash = "sha256:54ad6807b087d6c9171efc2d94eda3a9e3cad7ea2ca4b27186789d455a6c730a"},
|
|
3c96e9ef3d64
update code settings + some dependencies version
ymh <ymh.work@gmail.com>
parents:
1524
diff
changeset
|
1390 |
{file = "dephell_markers-1.0.3.tar.gz", hash = "sha256:525e17914e705acf8652dd8681fccdec912432a747d8def4720f49416817f2d4"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1391 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1392 |
dephell-pythons = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1393 |
{file = "dephell_pythons-0.1.15-py3-none-any.whl", hash = "sha256:03132d083d0369683b87d03767dc0f0f88b8d92d5cf19cfdb36d8845b70ecdb2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1394 |
{file = "dephell_pythons-0.1.15.tar.gz", hash = "sha256:804c29afa2147322aa23e791f591d0204fd1e9983afa7d91e1d1452fc7be1c5c"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1395 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1396 |
dephell-setuptools = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1397 |
{file = "dephell_setuptools-0.2.4-py3-none-any.whl", hash = "sha256:275f9bec4b276614939ac9efa732a0ae6aef06ae63e3b62371d0f15a19299208"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1398 |
{file = "dephell_setuptools-0.2.4.tar.gz", hash = "sha256:663629e1ebf7b20bf7e372ee2a2e7ebf1a15aeb3bc6d46ad32e1bcb21044ca29"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1399 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1400 |
dephell-shells = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1401 |
{file = "dephell_shells-0.1.5-py3-none-any.whl", hash = "sha256:3bdb8aba72640c51259dc5cb0ee40c4cd948cb644e5ceedd7e725766575a5225"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1402 |
{file = "dephell_shells-0.1.5.tar.gz", hash = "sha256:77150b732db135d436f41c2c6f12694e6058a8609214117ee80f6c40234ac2d5"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1403 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1404 |
dephell-specifier = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1405 |
{file = "dephell_specifier-0.2.2-py3-none-any.whl", hash = "sha256:021ad2ab3f3f130b5ac5cefa554c12f0e2dbb35d5d52ad9474a1f2c8b420f7c2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1406 |
{file = "dephell_specifier-0.2.2.tar.gz", hash = "sha256:b5ec6409a1916980c4861da2cb7538246555bff4b95bef2c952c56bd19eb2de6"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1407 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1408 |
dephell-venvs = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1409 |
{file = "dephell_venvs-0.1.18-py3-none-any.whl", hash = "sha256:bd3ad440702aa9a9dc21bbab9633537fa395296d40451280d40046d9e3372e6d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1410 |
{file = "dephell_venvs-0.1.18.tar.gz", hash = "sha256:c7307291b754edba325ab27edeb05d85ee4dd2f1487c48872a1ebfc372bf7a2e"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1411 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1412 |
dephell-versioning = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1413 |
{file = "dephell_versioning-0.1.2-py3-none-any.whl", hash = "sha256:28f611bd3ec1644e3d6972f901b9aa67a1fe2ed3fe57566f82afd9c43f5a335a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1414 |
{file = "dephell_versioning-0.1.2.tar.gz", hash = "sha256:9ba7636704af7bd64af5a64ab8efb482c8b0bf4868699722f5e2647763edf8e5"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1415 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1416 |
distlib = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1417 |
{file = "distlib-0.3.1-py2.py3-none-any.whl", hash = "sha256:8c09de2c67b3e7deef7184574fc060ab8a793e7adbb183d942c389c8b13c52fb"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1418 |
{file = "distlib-0.3.1.zip", hash = "sha256:edf6116872c863e1aa9d5bb7cb5e05a022c519a4594dc703843343a9ddd9bff1"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1419 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1420 |
docker = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1421 |
{file = "docker-4.4.0-py2.py3-none-any.whl", hash = "sha256:317e95a48c32de8c1aac92a48066a5b73e218ed096e03758bcdd799a7130a1a1"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1422 |
{file = "docker-4.4.0.tar.gz", hash = "sha256:cffc771d4ea1389fc66bc95cb72d304aa41d1a1563482a9a000fba3a84ed5071"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1423 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1424 |
dockerpty = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1425 |
{file = "dockerpty-0.4.1.tar.gz", hash = "sha256:69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1426 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1427 |
docutils = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1428 |
{file = "docutils-0.16-py2.py3-none-any.whl", hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1429 |
{file = "docutils-0.16.tar.gz", hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1430 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1431 |
filelock = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1432 |
{file = "filelock-3.0.12-py3-none-any.whl", hash = "sha256:929b7d63ec5b7d6b71b0fa5ac14e030b3f70b75747cef1b10da9b879fef15836"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1433 |
{file = "filelock-3.0.12.tar.gz", hash = "sha256:18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1434 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1435 |
fissix = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1436 |
{file = "fissix-20.8.0-py3-none-any.whl", hash = "sha256:fb6659bc2158a04cb1a6e45e1c287b5e9fd4f7c3123ef4ac26614e832ab73a17"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1437 |
{file = "fissix-20.8.0.tar.gz", hash = "sha256:d6e80a64ac9baff328b8b1b180002eb8b488bf2db0c3c555ef51750ee005571a"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1438 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1439 |
graphviz = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1440 |
{file = "graphviz-0.15-py2.py3-none-any.whl", hash = "sha256:403b55553b235875fa521023a06d9c29b46f3a956f960d4e0a5b956bca9eb9ce"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1441 |
{file = "graphviz-0.15.zip", hash = "sha256:2b85f105024e229ec330fe5067abbe9aa0d7708921a585ecc2bf56000bf5e027"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1442 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1443 |
html5lib = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1444 |
{file = "html5lib-1.1-py2.py3-none-any.whl", hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1445 |
{file = "html5lib-1.1.tar.gz", hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1446 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1447 |
idna = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1448 |
{file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1449 |
{file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1450 |
] |
| 1524 | 1451 |
idna-ssl = [ |
1452 |
{file = "idna-ssl-1.1.0.tar.gz", hash = "sha256:a933e3bb13da54383f9e8f35dc4f9cb9eb9b3b78c6b36f311254d6d0d92c6c7c"},
|
|
1453 |
] |
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1454 |
iri-tweet = [] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1455 |
isort = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1456 |
{file = "isort-5.6.4-py3-none-any.whl", hash = "sha256:dcab1d98b469a12a1a624ead220584391648790275560e1a43e54c5dceae65e7"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1457 |
{file = "isort-5.6.4.tar.gz", hash = "sha256:dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1458 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1459 |
jeepney = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1460 |
{file = "jeepney-0.6.0-py3-none-any.whl", hash = "sha256:aec56c0eb1691a841795111e184e13cad504f7703b9a64f63020816afa79a8ae"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1461 |
{file = "jeepney-0.6.0.tar.gz", hash = "sha256:7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1462 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1463 |
jinja2 = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1464 |
{file = "Jinja2-2.11.2-py2.py3-none-any.whl", hash = "sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1465 |
{file = "Jinja2-2.11.2.tar.gz", hash = "sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1466 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1467 |
keyring = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1468 |
{file = "keyring-21.5.0-py3-none-any.whl", hash = "sha256:12de23258a95f3b13e5b167f7a641a878e91eab8ef16fafc077720a95e6115bb"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1469 |
{file = "keyring-21.5.0.tar.gz", hash = "sha256:207bd66f2a9881c835dad653da04e196c678bf104f8252141d2d3c4f31051579"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1470 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1471 |
lazy-object-proxy = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1472 |
{file = "lazy-object-proxy-1.4.3.tar.gz", hash = "sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1473 |
{file = "lazy_object_proxy-1.4.3-cp27-cp27m-macosx_10_13_x86_64.whl", hash = "sha256:a2238e9d1bb71a56cd710611a1614d1194dc10a175c1e08d75e1a7bcc250d442"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1474 |
{file = "lazy_object_proxy-1.4.3-cp27-cp27m-win32.whl", hash = "sha256:efa1909120ce98bbb3777e8b6f92237f5d5c8ea6758efea36a473e1d38f7d3e4"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1475 |
{file = "lazy_object_proxy-1.4.3-cp27-cp27m-win_amd64.whl", hash = "sha256:4677f594e474c91da97f489fea5b7daa17b5517190899cf213697e48d3902f5a"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1476 |
{file = "lazy_object_proxy-1.4.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:0c4b206227a8097f05c4dbdd323c50edf81f15db3b8dc064d08c62d37e1a504d"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1477 |
{file = "lazy_object_proxy-1.4.3-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:d945239a5639b3ff35b70a88c5f2f491913eb94871780ebfabb2568bd58afc5a"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1478 |
{file = "lazy_object_proxy-1.4.3-cp34-cp34m-win32.whl", hash = "sha256:9651375199045a358eb6741df3e02a651e0330be090b3bc79f6d0de31a80ec3e"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1479 |
{file = "lazy_object_proxy-1.4.3-cp34-cp34m-win_amd64.whl", hash = "sha256:eba7011090323c1dadf18b3b689845fd96a61ba0a1dfbd7f24b921398affc357"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1480 |
{file = "lazy_object_proxy-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:48dab84ebd4831077b150572aec802f303117c8cc5c871e182447281ebf3ac50"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1481 |
{file = "lazy_object_proxy-1.4.3-cp35-cp35m-win32.whl", hash = "sha256:ca0a928a3ddbc5725be2dd1cf895ec0a254798915fb3a36af0964a0a4149e3db"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1482 |
{file = "lazy_object_proxy-1.4.3-cp35-cp35m-win_amd64.whl", hash = "sha256:194d092e6f246b906e8f70884e620e459fc54db3259e60cf69a4d66c3fda3449"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1483 |
{file = "lazy_object_proxy-1.4.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:97bb5884f6f1cdce0099f86b907aa41c970c3c672ac8b9c8352789e103cf3156"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1484 |
{file = "lazy_object_proxy-1.4.3-cp36-cp36m-win32.whl", hash = "sha256:cb2c7c57005a6804ab66f106ceb8482da55f5314b7fcb06551db1edae4ad1531"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1485 |
{file = "lazy_object_proxy-1.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:8d859b89baf8ef7f8bc6b00aa20316483d67f0b1cbf422f5b4dc56701c8f2ffb"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1486 |
{file = "lazy_object_proxy-1.4.3-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:1be7e4c9f96948003609aa6c974ae59830a6baecc5376c25c92d7d697e684c08"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1487 |
{file = "lazy_object_proxy-1.4.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d74bb8693bf9cf75ac3b47a54d716bbb1a92648d5f781fc799347cfc95952383"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1488 |
{file = "lazy_object_proxy-1.4.3-cp37-cp37m-win32.whl", hash = "sha256:9b15f3f4c0f35727d3a0fba4b770b3c4ebbb1fa907dbcc046a1d2799f3edd142"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1489 |
{file = "lazy_object_proxy-1.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9254f4358b9b541e3441b007a0ea0764b9d056afdeafc1a5569eee1cc6c1b9ea"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1490 |
{file = "lazy_object_proxy-1.4.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:a6ae12d08c0bf9909ce12385803a543bfe99b95fe01e752536a60af2b7797c62"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1491 |
{file = "lazy_object_proxy-1.4.3-cp38-cp38-win32.whl", hash = "sha256:5541cada25cd173702dbd99f8e22434105456314462326f06dba3e180f203dfd"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1492 |
{file = "lazy_object_proxy-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:59f79fef100b09564bc2df42ea2d8d21a64fdcda64979c0fa3db7bdaabaf6239"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1493 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1494 |
lockfile = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1495 |
{file = "lockfile-0.12.2-py2.py3-none-any.whl", hash = "sha256:6c3cb24f344923d30b2785d5ad75182c8ea7ac1b6171b08657258ec7429d50fa"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1496 |
{file = "lockfile-0.12.2.tar.gz", hash = "sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1497 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1498 |
lxml = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1499 |
{file = "lxml-4.6.2-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a9d6bc8642e2c67db33f1247a77c53476f3a166e09067c0474facb045756087f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1500 |
{file = "lxml-4.6.2-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:791394449e98243839fa822a637177dd42a95f4883ad3dec2a0ce6ac99fb0a9d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1501 |
{file = "lxml-4.6.2-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:68a5d77e440df94011214b7db907ec8f19e439507a70c958f750c18d88f995d2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1502 |
{file = "lxml-4.6.2-cp27-cp27m-win32.whl", hash = "sha256:fc37870d6716b137e80d19241d0e2cff7a7643b925dfa49b4c8ebd1295eb506e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1503 |
{file = "lxml-4.6.2-cp27-cp27m-win_amd64.whl", hash = "sha256:69a63f83e88138ab7642d8f61418cf3180a4d8cd13995df87725cb8b893e950e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1504 |
{file = "lxml-4.6.2-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:42ebca24ba2a21065fb546f3e6bd0c58c3fe9ac298f3a320147029a4850f51a2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1505 |
{file = "lxml-4.6.2-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:f83d281bb2a6217cd806f4cf0ddded436790e66f393e124dfe9731f6b3fb9afe"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1506 |
{file = "lxml-4.6.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:535f067002b0fd1a4e5296a8f1bf88193080ff992a195e66964ef2a6cfec5388"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1507 |
{file = "lxml-4.6.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:366cb750140f221523fa062d641393092813b81e15d0e25d9f7c6025f910ee80"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1508 |
{file = "lxml-4.6.2-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:97db258793d193c7b62d4e2586c6ed98d51086e93f9a3af2b2034af01450a74b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1509 |
{file = "lxml-4.6.2-cp35-cp35m-win32.whl", hash = "sha256:648914abafe67f11be7d93c1a546068f8eff3c5fa938e1f94509e4a5d682b2d8"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1510 |
{file = "lxml-4.6.2-cp35-cp35m-win_amd64.whl", hash = "sha256:4e751e77006da34643ab782e4a5cc21ea7b755551db202bc4d3a423b307db780"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1511 |
{file = "lxml-4.6.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:681d75e1a38a69f1e64ab82fe4b1ed3fd758717bed735fb9aeaa124143f051af"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1512 |
{file = "lxml-4.6.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:127f76864468d6630e1b453d3ffbbd04b024c674f55cf0a30dc2595137892d37"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1513 |
{file = "lxml-4.6.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4fb85c447e288df535b17ebdebf0ec1cf3a3f1a8eba7e79169f4f37af43c6b98"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1514 |
{file = "lxml-4.6.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:5be4a2e212bb6aa045e37f7d48e3e1e4b6fd259882ed5a00786f82e8c37ce77d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1515 |
{file = "lxml-4.6.2-cp36-cp36m-win32.whl", hash = "sha256:8c88b599e226994ad4db29d93bc149aa1aff3dc3a4355dd5757569ba78632bdf"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1516 |
{file = "lxml-4.6.2-cp36-cp36m-win_amd64.whl", hash = "sha256:6e4183800f16f3679076dfa8abf2db3083919d7e30764a069fb66b2b9eff9939"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1517 |
{file = "lxml-4.6.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:d8d3d4713f0c28bdc6c806a278d998546e8efc3498949e3ace6e117462ac0a5e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1518 |
{file = "lxml-4.6.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:8246f30ca34dc712ab07e51dc34fea883c00b7ccb0e614651e49da2c49a30711"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1519 |
{file = "lxml-4.6.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:923963e989ffbceaa210ac37afc9b906acebe945d2723e9679b643513837b089"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1520 |
{file = "lxml-4.6.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:1471cee35eba321827d7d53d104e7b8c593ea3ad376aa2df89533ce8e1b24a01"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1521 |
{file = "lxml-4.6.2-cp37-cp37m-win32.whl", hash = "sha256:2363c35637d2d9d6f26f60a208819e7eafc4305ce39dc1d5005eccc4593331c2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1522 |
{file = "lxml-4.6.2-cp37-cp37m-win_amd64.whl", hash = "sha256:f4822c0660c3754f1a41a655e37cb4dbbc9be3d35b125a37fab6f82d47674ebc"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1523 |
{file = "lxml-4.6.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0448576c148c129594d890265b1a83b9cd76fd1f0a6a04620753d9a6bcfd0a4d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1524 |
{file = "lxml-4.6.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:60a20bfc3bd234d54d49c388950195d23a5583d4108e1a1d47c9eef8d8c042b3"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1525 |
{file = "lxml-4.6.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:2e5cc908fe43fe1aa299e58046ad66981131a66aea3129aac7770c37f590a644"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1526 |
{file = "lxml-4.6.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:50c348995b47b5a4e330362cf39fc503b4a43b14a91c34c83b955e1805c8e308"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1527 |
{file = "lxml-4.6.2-cp38-cp38-win32.whl", hash = "sha256:94d55bd03d8671686e3f012577d9caa5421a07286dd351dfef64791cf7c6c505"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1528 |
{file = "lxml-4.6.2-cp38-cp38-win_amd64.whl", hash = "sha256:7a7669ff50f41225ca5d6ee0a1ec8413f3a0d8aa2b109f86d540887b7ec0d72a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1529 |
{file = "lxml-4.6.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:e0bfe9bb028974a481410432dbe1b182e8191d5d40382e5b8ff39cdd2e5c5931"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1530 |
{file = "lxml-4.6.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:6fd8d5903c2e53f49e99359b063df27fdf7acb89a52b6a12494208bf61345a03"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1531 |
{file = "lxml-4.6.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:7e9eac1e526386df7c70ef253b792a0a12dd86d833b1d329e038c7a235dfceb5"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1532 |
{file = "lxml-4.6.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:7ee8af0b9f7de635c61cdd5b8534b76c52cd03536f29f51151b377f76e214a1a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1533 |
{file = "lxml-4.6.2-cp39-cp39-win32.whl", hash = "sha256:2e6fd1b8acd005bd71e6c94f30c055594bbd0aa02ef51a22bbfa961ab63b2d75"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1534 |
{file = "lxml-4.6.2-cp39-cp39-win_amd64.whl", hash = "sha256:535332fe9d00c3cd455bd3dd7d4bacab86e2d564bdf7606079160fa6251caacf"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1535 |
{file = "lxml-4.6.2.tar.gz", hash = "sha256:cd11c7e8d21af997ee8079037fff88f16fda188a9776eb4b81c7e4c9c0a7d7fc"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1536 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1537 |
m2r = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1538 |
{file = "m2r-0.2.1.tar.gz", hash = "sha256:bf90bad66cda1164b17e5ba4a037806d2443f2a4d5ddc9f6a5554a0322aaed99"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1539 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1540 |
markupsafe = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1541 |
{file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1542 |
{file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1543 |
{file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1544 |
{file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl", hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1545 |
{file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1546 |
{file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1547 |
{file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1548 |
{file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1549 |
{file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1550 |
{file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1551 |
{file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl", hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1552 |
{file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl", hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1553 |
{file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1554 |
{file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1555 |
{file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1556 |
{file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl", hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1557 |
{file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1558 |
{file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1559 |
{file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1560 |
{file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1561 |
{file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl", hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1562 |
{file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1563 |
{file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1564 |
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1565 |
{file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1566 |
{file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1567 |
{file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1568 |
{file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1569 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1570 |
mccabe = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1571 |
{file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1572 |
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1573 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1574 |
mistune = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1575 |
{file = "mistune-0.8.4-py2.py3-none-any.whl", hash = "sha256:88a1051873018da288eee8538d476dffe1262495144b33ecb586c4ab266bb8d4"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1576 |
{file = "mistune-0.8.4.tar.gz", hash = "sha256:59a3429db53c50b5c6bcc8a07f8848cb00d7dc8bdb431a4ab41920d201d4756e"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1577 |
] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1578 |
moreorless = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1579 |
{file = "moreorless-0.3.0-py2.py3-none-any.whl", hash = "sha256:cd561eb03c9496f55f8be0ca5f9e36a38e2b30dcf990d8a08272fd375d9b0baf"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1580 |
{file = "moreorless-0.3.0.tar.gz", hash = "sha256:5c1c5f0bd6c1e590e25a2fc0c466fd26ff26b1ea04661b04b151043c7cf678f4"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1581 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1582 |
msgpack = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1583 |
{file = "msgpack-1.0.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:b6d9e2dae081aa35c44af9c4298de4ee72991305503442a5c74656d82b581fe9"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1584 |
{file = "msgpack-1.0.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:a99b144475230982aee16b3d249170f1cccebf27fb0a08e9f603b69637a62192"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1585 |
{file = "msgpack-1.0.2-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:1026dcc10537d27dd2d26c327e552f05ce148977e9d7b9f1718748281b38c841"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1586 |
{file = "msgpack-1.0.2-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:fe07bc6735d08e492a327f496b7850e98cb4d112c56df69b0c844dbebcbb47f6"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1587 |
{file = "msgpack-1.0.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:9ea52fff0473f9f3000987f313310208c879493491ef3ccf66268eff8d5a0326"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1588 |
{file = "msgpack-1.0.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:26a1759f1a88df5f1d0b393eb582ec022326994e311ba9c5818adc5374736439"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1589 |
{file = "msgpack-1.0.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:497d2c12426adcd27ab83144057a705efb6acc7e85957a51d43cdcf7f258900f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1590 |
{file = "msgpack-1.0.2-cp36-cp36m-win32.whl", hash = "sha256:e89ec55871ed5473a041c0495b7b4e6099f6263438e0bd04ccd8418f92d5d7f2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1591 |
{file = "msgpack-1.0.2-cp36-cp36m-win_amd64.whl", hash = "sha256:a4355d2193106c7aa77c98fc955252a737d8550320ecdb2e9ac701e15e2943bc"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1592 |
{file = "msgpack-1.0.2-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:d6c64601af8f3893d17ec233237030e3110f11b8a962cb66720bf70c0141aa54"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1593 |
{file = "msgpack-1.0.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:f484cd2dca68502de3704f056fa9b318c94b1539ed17a4c784266df5d6978c87"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1594 |
{file = "msgpack-1.0.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:f3e6aaf217ac1c7ce1563cf52a2f4f5d5b1f64e8729d794165db71da57257f0c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1595 |
{file = "msgpack-1.0.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:8521e5be9e3b93d4d5e07cb80b7e32353264d143c1f072309e1863174c6aadb1"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1596 |
{file = "msgpack-1.0.2-cp37-cp37m-win32.whl", hash = "sha256:31c17bbf2ae5e29e48d794c693b7ca7a0c73bd4280976d408c53df421e838d2a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1597 |
{file = "msgpack-1.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:8ffb24a3b7518e843cd83538cf859e026d24ec41ac5721c18ed0c55101f9775b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1598 |
{file = "msgpack-1.0.2-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:b28c0876cce1466d7c2195d7658cf50e4730667196e2f1355c4209444717ee06"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1599 |
{file = "msgpack-1.0.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:87869ba567fe371c4555d2e11e4948778ab6b59d6cc9d8460d543e4cfbbddd1c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1600 |
{file = "msgpack-1.0.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:b55f7db883530b74c857e50e149126b91bb75d35c08b28db12dcb0346f15e46e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1601 |
{file = "msgpack-1.0.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:ac25f3e0513f6673e8b405c3a80500eb7be1cf8f57584be524c4fa78fe8e0c83"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1602 |
{file = "msgpack-1.0.2-cp38-cp38-win32.whl", hash = "sha256:0cb94ee48675a45d3b86e61d13c1e6f1696f0183f0715544976356ff86f741d9"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1603 |
{file = "msgpack-1.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:e36a812ef4705a291cdb4a2fd352f013134f26c6ff63477f20235138d1d21009"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1604 |
{file = "msgpack-1.0.2-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:2a5866bdc88d77f6e1370f82f2371c9bc6fc92fe898fa2dec0c5d4f5435a2694"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1605 |
{file = "msgpack-1.0.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:92be4b12de4806d3c36810b0fe2aeedd8d493db39e2eb90742b9c09299eb5759"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1606 |
{file = "msgpack-1.0.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:de6bd7990a2c2dabe926b7e62a92886ccbf809425c347ae7de277067f97c2887"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1607 |
{file = "msgpack-1.0.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:5a9ee2540c78659a1dd0b110f73773533ee3108d4e1219b5a15a8d635b7aca0e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1608 |
{file = "msgpack-1.0.2-cp39-cp39-win32.whl", hash = "sha256:c747c0cc08bd6d72a586310bda6ea72eeb28e7505990f342552315b229a19b33"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1609 |
{file = "msgpack-1.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:d8167b84af26654c1124857d71650404336f4eb5cc06900667a493fc619ddd9f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1610 |
{file = "msgpack-1.0.2.tar.gz", hash = "sha256:fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1611 |
] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1612 |
multidict = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1613 |
{file = "multidict-5.1.0-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:b7993704f1a4b204e71debe6095150d43b2ee6150fa4f44d6d966ec356a8d61f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1614 |
{file = "multidict-5.1.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:9dd6e9b1a913d096ac95d0399bd737e00f2af1e1594a787e00f7975778c8b2bf"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1615 |
{file = "multidict-5.1.0-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:f21756997ad8ef815d8ef3d34edd98804ab5ea337feedcd62fb52d22bf531281"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1616 |
{file = "multidict-5.1.0-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:1ab820665e67373de5802acae069a6a05567ae234ddb129f31d290fc3d1aa56d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1617 |
{file = "multidict-5.1.0-cp36-cp36m-manylinux2014_ppc64le.whl", hash = "sha256:9436dc58c123f07b230383083855593550c4d301d2532045a17ccf6eca505f6d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1618 |
{file = "multidict-5.1.0-cp36-cp36m-manylinux2014_s390x.whl", hash = "sha256:830f57206cc96ed0ccf68304141fec9481a096c4d2e2831f311bde1c404401da"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1619 |
{file = "multidict-5.1.0-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:2e68965192c4ea61fff1b81c14ff712fc7dc15d2bd120602e4a3494ea6584224"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1620 |
{file = "multidict-5.1.0-cp36-cp36m-win32.whl", hash = "sha256:2f1a132f1c88724674271d636e6b7351477c27722f2ed789f719f9e3545a3d26"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1621 |
{file = "multidict-5.1.0-cp36-cp36m-win_amd64.whl", hash = "sha256:3a4f32116f8f72ecf2a29dabfb27b23ab7cdc0ba807e8459e59a93a9be9506f6"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1622 |
{file = "multidict-5.1.0-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:46c73e09ad374a6d876c599f2328161bcd95e280f84d2060cf57991dec5cfe76"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1623 |
{file = "multidict-5.1.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:018132dbd8688c7a69ad89c4a3f39ea2f9f33302ebe567a879da8f4ca73f0d0a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1624 |
{file = "multidict-5.1.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:4b186eb7d6ae7c06eb4392411189469e6a820da81447f46c0072a41c748ab73f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1625 |
{file = "multidict-5.1.0-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:3a041b76d13706b7fff23b9fc83117c7b8fe8d5fe9e6be45eee72b9baa75f348"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1626 |
{file = "multidict-5.1.0-cp37-cp37m-manylinux2014_ppc64le.whl", hash = "sha256:051012ccee979b2b06be928a6150d237aec75dd6bf2d1eeeb190baf2b05abc93"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1627 |
{file = "multidict-5.1.0-cp37-cp37m-manylinux2014_s390x.whl", hash = "sha256:6a4d5ce640e37b0efcc8441caeea8f43a06addace2335bd11151bc02d2ee31f9"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1628 |
{file = "multidict-5.1.0-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:5cf3443199b83ed9e955f511b5b241fd3ae004e3cb81c58ec10f4fe47c7dce37"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1629 |
{file = "multidict-5.1.0-cp37-cp37m-win32.whl", hash = "sha256:f200755768dc19c6f4e2b672421e0ebb3dd54c38d5a4f262b872d8cfcc9e93b5"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1630 |
{file = "multidict-5.1.0-cp37-cp37m-win_amd64.whl", hash = "sha256:05c20b68e512166fddba59a918773ba002fdd77800cad9f55b59790030bab632"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1631 |
{file = "multidict-5.1.0-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:54fd1e83a184e19c598d5e70ba508196fd0bbdd676ce159feb412a4a6664f952"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1632 |
{file = "multidict-5.1.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:0e3c84e6c67eba89c2dbcee08504ba8644ab4284863452450520dad8f1e89b79"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1633 |
{file = "multidict-5.1.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:dc862056f76443a0db4509116c5cd480fe1b6a2d45512a653f9a855cc0517456"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1634 |
{file = "multidict-5.1.0-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:0e929169f9c090dae0646a011c8b058e5e5fb391466016b39d21745b48817fd7"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1635 |
{file = "multidict-5.1.0-cp38-cp38-manylinux2014_ppc64le.whl", hash = "sha256:d81eddcb12d608cc08081fa88d046c78afb1bf8107e6feab5d43503fea74a635"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1636 |
{file = "multidict-5.1.0-cp38-cp38-manylinux2014_s390x.whl", hash = "sha256:585fd452dd7782130d112f7ddf3473ffdd521414674c33876187e101b588738a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1637 |
{file = "multidict-5.1.0-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:37e5438e1c78931df5d3c0c78ae049092877e5e9c02dd1ff5abb9cf27a5914ea"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1638 |
{file = "multidict-5.1.0-cp38-cp38-win32.whl", hash = "sha256:07b42215124aedecc6083f1ce6b7e5ec5b50047afa701f3442054373a6deb656"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1639 |
{file = "multidict-5.1.0-cp38-cp38-win_amd64.whl", hash = "sha256:929006d3c2d923788ba153ad0de8ed2e5ed39fdbe8e7be21e2f22ed06c6783d3"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1640 |
{file = "multidict-5.1.0-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:b797515be8743b771aa868f83563f789bbd4b236659ba52243b735d80b29ed93"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1641 |
{file = "multidict-5.1.0-cp39-cp39-manylinux1_i686.whl", hash = "sha256:d5c65bdf4484872c4af3150aeebe101ba560dcfb34488d9a8ff8dbcd21079647"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1642 |
{file = "multidict-5.1.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:b47a43177a5e65b771b80db71e7be76c0ba23cc8aa73eeeb089ed5219cdbe27d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1643 |
{file = "multidict-5.1.0-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:806068d4f86cb06af37cd65821554f98240a19ce646d3cd24e1c33587f313eb8"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1644 |
{file = "multidict-5.1.0-cp39-cp39-manylinux2014_ppc64le.whl", hash = "sha256:46dd362c2f045095c920162e9307de5ffd0a1bfbba0a6e990b344366f55a30c1"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1645 |
{file = "multidict-5.1.0-cp39-cp39-manylinux2014_s390x.whl", hash = "sha256:ace010325c787c378afd7f7c1ac66b26313b3344628652eacd149bdd23c68841"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1646 |
{file = "multidict-5.1.0-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:ecc771ab628ea281517e24fd2c52e8f31c41e66652d07599ad8818abaad38cda"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1647 |
{file = "multidict-5.1.0-cp39-cp39-win32.whl", hash = "sha256:fc13a9524bc18b6fb6e0dbec3533ba0496bbed167c56d0aabefd965584557d80"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1648 |
{file = "multidict-5.1.0-cp39-cp39-win_amd64.whl", hash = "sha256:7df80d07818b385f3129180369079bd6934cf70469f99daaebfac89dca288359"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1649 |
{file = "multidict-5.1.0.tar.gz", hash = "sha256:25b4e5f22d3a37ddf3effc0710ba692cfc792c2b9edfb9c05aefe823256e84d5"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1650 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1651 |
oauthlib = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1652 |
{file = "oauthlib-3.1.0-py2.py3-none-any.whl", hash = "sha256:df884cd6cbe20e32633f1db1072e9356f53638e4361bef4e8b03c9127c9328ea"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1653 |
{file = "oauthlib-3.1.0.tar.gz", hash = "sha256:bee41cc35fcca6e988463cacc3bcb8a96224f470ca547e697b604cc697b2f889"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1654 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1655 |
packaging = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1656 |
{file = "packaging-20.8-py2.py3-none-any.whl", hash = "sha256:24e0da08660a87484d1602c30bb4902d74816b6985b93de36926f5bc95741858"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1657 |
{file = "packaging-20.8.tar.gz", hash = "sha256:78598185a7008a470d64526a8059de9aaa449238f280fc9eb6b13ba6c4109093"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1658 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1659 |
parameterized = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1660 |
{file = "parameterized-0.7.4-py2.py3-none-any.whl", hash = "sha256:59ab908e31c01505a987a2be78854e19cb1630c047bbab7848169c371d614d56"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1661 |
{file = "parameterized-0.7.4.tar.gz", hash = "sha256:190f8cc7230eee0b56b30d7f074fd4d165f7c45e6077582d0813c8557e738490"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1662 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1663 |
pastel = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1664 |
{file = "pastel-0.2.1-py2.py3-none-any.whl", hash = "sha256:4349225fcdf6c2bb34d483e523475de5bb04a5c10ef711263452cb37d7dd4364"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1665 |
{file = "pastel-0.2.1.tar.gz", hash = "sha256:e6581ac04e973cac858828c6202c1e1e81fee1dc7de7683f3e1ffe0bfd8a573d"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1666 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1667 |
pexpect = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1668 |
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1669 |
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1670 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1671 |
pkginfo = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1672 |
{file = "pkginfo-1.6.1-py2.py3-none-any.whl", hash = "sha256:ce14d7296c673dc4c61c759a0b6c14bae34e34eb819c0017bb6ca5b7292c56e9"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1673 |
{file = "pkginfo-1.6.1.tar.gz", hash = "sha256:a6a4ac943b496745cec21f14f021bbd869d5e9b4f6ec06918cffea5a2f4b9193"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1674 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1675 |
poetry = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1676 |
{file = "poetry-1.1.4-py2.py3-none-any.whl", hash = "sha256:a0fd73af8831f8d8e910fa9c58af71194ed2d17e43e04cbf5db3087305027d38"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1677 |
{file = "poetry-1.1.4.tar.gz", hash = "sha256:946a5a1173be607c7c5c593358a0fb0c0d6af4400c978929ecdb19c3a37b53a8"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1678 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1679 |
poetry-core = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1680 |
{file = "poetry-core-1.0.0.tar.gz", hash = "sha256:6a664ff389b9f45382536f8fa1611a0cb4d2de7c5a5c885db1f0c600cd11fbd5"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1681 |
{file = "poetry_core-1.0.0-py2.py3-none-any.whl", hash = "sha256:769288e0e1b88dfcceb3185728f0b7388b26d5f93d6c22d2dcae372da51d200d"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1682 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1683 |
ptyprocess = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1684 |
{file = "ptyprocess-0.6.0-py2.py3-none-any.whl", hash = "sha256:d7cc528d76e76342423ca640335bd3633420dc1366f258cb31d05e865ef5ca1f"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1685 |
{file = "ptyprocess-0.6.0.tar.gz", hash = "sha256:923f299cc5ad920c68f2bc0bc98b75b9f838b93b599941a6b63ddbc2476394c0"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1686 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1687 |
pycodestyle = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1688 |
{file = "pycodestyle-2.6.0-py2.py3-none-any.whl", hash = "sha256:2295e7b2f6b5bd100585ebcb1f616591b652db8a741695b3d8f5d28bdc934367"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1689 |
{file = "pycodestyle-2.6.0.tar.gz", hash = "sha256:c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1690 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1691 |
pycparser = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1692 |
{file = "pycparser-2.20-py2.py3-none-any.whl", hash = "sha256:7582ad22678f0fcd81102833f60ef8d0e57288b6b5fb00323d101be910e35705"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1693 |
{file = "pycparser-2.20.tar.gz", hash = "sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1694 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1695 |
pygments = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1696 |
{file = "Pygments-2.7.3-py3-none-any.whl", hash = "sha256:f275b6c0909e5dafd2d6269a656aa90fa58ebf4a74f8fcf9053195d226b24a08"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1697 |
{file = "Pygments-2.7.3.tar.gz", hash = "sha256:ccf3acacf3782cbed4a989426012f1c535c9a90d3a7fc3f16d231b9372d2b716"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1698 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1699 |
pylev = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1700 |
{file = "pylev-1.3.0-py2.py3-none-any.whl", hash = "sha256:1d29a87beb45ebe1e821e7a3b10da2b6b2f4c79b43f482c2df1a1f748a6e114e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1701 |
{file = "pylev-1.3.0.tar.gz", hash = "sha256:063910098161199b81e453025653ec53556c1be7165a9b7c50be2f4d57eae1c3"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1702 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1703 |
pylint = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1704 |
{file = "pylint-2.6.0-py3-none-any.whl", hash = "sha256:bfe68f020f8a0fece830a22dd4d5dddb4ecc6137db04face4c3420a46a52239f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1705 |
{file = "pylint-2.6.0.tar.gz", hash = "sha256:bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1706 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1707 |
pyparsing = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1708 |
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1709 |
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1710 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1711 |
pyquery = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1712 |
{file = "pyquery-1.4.3-py3-none-any.whl", hash = "sha256:1fc33b7699455ed25c75282bc8f80ace1ac078b0dda5a933dacbd8b1c1f83963"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1713 |
{file = "pyquery-1.4.3.tar.gz", hash = "sha256:a388eefb6bc4a55350de0316fbd97cda999ae669b6743ae5b99102ba54f5aa72"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1714 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1715 |
python-daemon = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1716 |
{file = "python-daemon-2.2.4.tar.gz", hash = "sha256:57c84f50a04d7825515e4dbf3a31c70cc44414394a71608dee6cfde469e81766"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1717 |
{file = "python_daemon-2.2.4-py2.py3-none-any.whl", hash = "sha256:a0d5dc0b435a02c7e0b401e177a7c17c3f4c7b4e22e2d06271122c8fec5f8946"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1718 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1719 |
python-dateutil = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1720 |
{file = "python-dateutil-2.8.1.tar.gz", hash = "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1721 |
{file = "python_dateutil-2.8.1-py2.py3-none-any.whl", hash = "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1722 |
] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1723 |
python-gnupg = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1724 |
{file = "python-gnupg-0.4.6.tar.gz", hash = "sha256:3aa0884b3bd414652c2385b9df39e7b87272c2eca1b8fcc3089bc9e58652019a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1725 |
{file = "python_gnupg-0.4.6-py2.py3-none-any.whl", hash = "sha256:cba3566e8a8fb7bb417d6897a6e17bfc7f9371052e57eb0057783c07d762a679"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1726 |
] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1727 |
pywin32 = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1728 |
{file = "pywin32-227-cp27-cp27m-win32.whl", hash = "sha256:371fcc39416d736401f0274dd64c2302728c9e034808e37381b5e1b22be4a6b0"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1729 |
{file = "pywin32-227-cp27-cp27m-win_amd64.whl", hash = "sha256:4cdad3e84191194ea6d0dd1b1b9bdda574ff563177d2adf2b4efec2a244fa116"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1730 |
{file = "pywin32-227-cp35-cp35m-win32.whl", hash = "sha256:f4c5be1a293bae0076d93c88f37ee8da68136744588bc5e2be2f299a34ceb7aa"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1731 |
{file = "pywin32-227-cp35-cp35m-win_amd64.whl", hash = "sha256:a929a4af626e530383a579431b70e512e736e9588106715215bf685a3ea508d4"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1732 |
{file = "pywin32-227-cp36-cp36m-win32.whl", hash = "sha256:300a2db938e98c3e7e2093e4491439e62287d0d493fe07cce110db070b54c0be"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1733 |
{file = "pywin32-227-cp36-cp36m-win_amd64.whl", hash = "sha256:9b31e009564fb95db160f154e2aa195ed66bcc4c058ed72850d047141b36f3a2"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1734 |
{file = "pywin32-227-cp37-cp37m-win32.whl", hash = "sha256:47a3c7551376a865dd8d095a98deba954a98f326c6fe3c72d8726ca6e6b15507"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1735 |
{file = "pywin32-227-cp37-cp37m-win_amd64.whl", hash = "sha256:31f88a89139cb2adc40f8f0e65ee56a8c585f629974f9e07622ba80199057511"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1736 |
{file = "pywin32-227-cp38-cp38-win32.whl", hash = "sha256:7f18199fbf29ca99dff10e1f09451582ae9e372a892ff03a28528a24d55875bc"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1737 |
{file = "pywin32-227-cp38-cp38-win_amd64.whl", hash = "sha256:7c1ae32c489dc012930787f06244426f8356e129184a02c25aef163917ce158e"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1738 |
{file = "pywin32-227-cp39-cp39-win32.whl", hash = "sha256:c054c52ba46e7eb6b7d7dfae4dbd987a1bb48ee86debe3f245a2884ece46e295"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1739 |
{file = "pywin32-227-cp39-cp39-win_amd64.whl", hash = "sha256:f27cec5e7f588c3d1051651830ecc00294f90728d19c3bf6916e6dba93ea357c"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1740 |
] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1741 |
pywin32-ctypes = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1742 |
{file = "pywin32-ctypes-0.2.0.tar.gz", hash = "sha256:24ffc3b341d457d48e8922352130cf2644024a4ff09762a2261fd34c36ee5942"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1743 |
{file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1744 |
] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1745 |
requests = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1746 |
{file = "requests-2.25.1-py2.py3-none-any.whl", hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1747 |
{file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1748 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1749 |
requests-oauthlib = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1750 |
{file = "requests-oauthlib-1.3.0.tar.gz", hash = "sha256:b4261601a71fd721a8bd6d7aa1cc1d6a8a93b4a9f5e96626f8e4d91e8beeaa6a"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1751 |
{file = "requests_oauthlib-1.3.0-py2.py3-none-any.whl", hash = "sha256:7f71572defaecd16372f9006f33c2ec8c077c3cfa6f5911a9a90202beb513f3d"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1752 |
{file = "requests_oauthlib-1.3.0-py3.7.egg", hash = "sha256:fa6c47b933f01060936d87ae9327fead68768b69c6c9ea2109c48be30f2d4dbc"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1753 |
] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1754 |
requests-toolbelt = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1755 |
{file = "requests-toolbelt-0.9.1.tar.gz", hash = "sha256:968089d4584ad4ad7c171454f0a5c6dac23971e9472521ea3b6d49d610aa6fc0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1756 |
{file = "requests_toolbelt-0.9.1-py2.py3-none-any.whl", hash = "sha256:380606e1d10dc85c3bd47bf5a6095f815ec007be7a8b69c878507068df059e6f"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1757 |
] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1758 |
"ruamel.yaml" = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1759 |
{file = "ruamel.yaml-0.16.12-py2.py3-none-any.whl", hash = "sha256:012b9470a0ea06e4e44e99e7920277edf6b46eee0232a04487ea73a7386340a5"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1760 |
{file = "ruamel.yaml-0.16.12.tar.gz", hash = "sha256:076cc0bc34f1966d920a49f18b52b6ad559fbe656a0748e3535cf7b3f29ebf9e"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1761 |
] |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1762 |
secretstorage = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1763 |
{file = "SecretStorage-3.3.0-py3-none-any.whl", hash = "sha256:5c36f6537a523ec5f969ef9fad61c98eb9e017bc601d811e53aa25bece64892f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1764 |
{file = "SecretStorage-3.3.0.tar.gz", hash = "sha256:30cfdef28829dad64d6ea1ed08f8eff6aa115a77068926bcc9f5225d5a3246aa"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1765 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1766 |
shellingham = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1767 |
{file = "shellingham-1.3.2-py2.py3-none-any.whl", hash = "sha256:7f6206ae169dc1a03af8a138681b3f962ae61cc93ade84d0585cca3aaf770044"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1768 |
{file = "shellingham-1.3.2.tar.gz", hash = "sha256:576c1982bea0ba82fb46c36feb951319d7f42214a82634233f58b40d858a751e"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1769 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1770 |
six = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1771 |
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1772 |
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1773 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1774 |
sqlalchemy = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1775 |
{file = "SQLAlchemy-1.3.22-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:61628715931f4962e0cdb2a7c87ff39eea320d2aa96bd471a3c293d146f90394"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1776 |
{file = "SQLAlchemy-1.3.22-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:81d8d099a49f83111cce55ec03cc87eef45eec0d90f9842b4fc674f860b857b0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1777 |
{file = "SQLAlchemy-1.3.22-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:d055ff750fcab69ca4e57b656d9c6ad33682e9b8d564f2fbe667ab95c63591b0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1778 |
{file = "SQLAlchemy-1.3.22-cp27-cp27m-win32.whl", hash = "sha256:9bf572e4f5aa23f88dd902f10bb103cb5979022a38eec684bfa6d61851173fec"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1779 |
{file = "SQLAlchemy-1.3.22-cp27-cp27m-win_amd64.whl", hash = "sha256:7d4b8de6bb0bc736161cb0bbd95366b11b3eb24dd6b814a143d8375e75af9990"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1780 |
{file = "SQLAlchemy-1.3.22-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:4a84c7c7658dd22a33dab2e2aa2d17c18cb004a42388246f2e87cb4085ef2811"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1781 |
{file = "SQLAlchemy-1.3.22-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:f1e88b30da8163215eab643962ae9d9252e47b4ea53404f2c4f10f24e70ddc62"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1782 |
{file = "SQLAlchemy-1.3.22-cp35-cp35m-macosx_10_14_x86_64.whl", hash = "sha256:f115150cc4361dd46153302a640c7fa1804ac207f9cc356228248e351a8b4676"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1783 |
{file = "SQLAlchemy-1.3.22-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:6aaa13ee40c4552d5f3a59f543f0db6e31712cc4009ec7385407be4627259d41"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1784 |
{file = "SQLAlchemy-1.3.22-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:3ab5b44a07b8c562c6dcb7433c6a6c6e03266d19d64f87b3333eda34e3b9936b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1785 |
{file = "SQLAlchemy-1.3.22-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:426ece890153ccc52cc5151a1a0ed540a5a7825414139bb4c95a868d8da54a52"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1786 |
{file = "SQLAlchemy-1.3.22-cp35-cp35m-win32.whl", hash = "sha256:bd4b1af45fd322dcd1fb2a9195b4f93f570d1a5902a842e3e6051385fac88f9c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1787 |
{file = "SQLAlchemy-1.3.22-cp35-cp35m-win_amd64.whl", hash = "sha256:62285607a5264d1f91590abd874d6a498e229d5840669bd7d9f654cfaa599bd0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1788 |
{file = "SQLAlchemy-1.3.22-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:314f5042c0b047438e19401d5f29757a511cfc2f0c40d28047ca0e4c95eabb5b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1789 |
{file = "SQLAlchemy-1.3.22-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:62fb881ba51dbacba9af9b779211cf9acff3442d4f2993142015b22b3cd1f92a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1790 |
{file = "SQLAlchemy-1.3.22-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:bde677047305fe76c7ee3e4492b545e0018918e44141cc154fe39e124e433991"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1791 |
{file = "SQLAlchemy-1.3.22-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:0c6406a78a714a540d980a680b86654feadb81c8d0eecb59f3d6c554a4c69f19"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1792 |
{file = "SQLAlchemy-1.3.22-cp36-cp36m-win32.whl", hash = "sha256:95bde07d19c146d608bccb9b16e144ec8f139bcfe7fd72331858698a71c9b4f5"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1793 |
{file = "SQLAlchemy-1.3.22-cp36-cp36m-win_amd64.whl", hash = "sha256:888d5b4b5aeed0d3449de93ea80173653e939e916cc95fe8527079e50235c1d2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1794 |
{file = "SQLAlchemy-1.3.22-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:d53f59744b01f1440a1b0973ed2c3a7de204135c593299ee997828aad5191693"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1795 |
{file = "SQLAlchemy-1.3.22-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:70121f0ae48b25ef3e56e477b88cd0b0af0e1f3a53b5554071aa6a93ef378a03"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1796 |
{file = "SQLAlchemy-1.3.22-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:54da615e5b92c339e339fe8536cce99fe823b6ed505d4ea344852aefa1c205fb"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1797 |
{file = "SQLAlchemy-1.3.22-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:68428818cf80c60dc04aa0f38da20ad39b28aba4d4d199f949e7d6e04444ea86"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1798 |
{file = "SQLAlchemy-1.3.22-cp37-cp37m-win32.whl", hash = "sha256:17610d573e698bf395afbbff946544fbce7c5f4ee77b5bcb1f821b36345fae7a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1799 |
{file = "SQLAlchemy-1.3.22-cp37-cp37m-win_amd64.whl", hash = "sha256:216ba5b4299c95ed179b58f298bda885a476b16288ab7243e89f29f6aeced7e0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1800 |
{file = "SQLAlchemy-1.3.22-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:0c72b90988be749e04eff0342dcc98c18a14461eb4b2ad59d611b57b31120f90"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1801 |
{file = "SQLAlchemy-1.3.22-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:491fe48adc07d13e020a8b07ef82eefc227003a046809c121bea81d3dbf1832d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1802 |
{file = "SQLAlchemy-1.3.22-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:f8191fef303025879e6c3548ecd8a95aafc0728c764ab72ec51a0bdf0c91a341"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1803 |
{file = "SQLAlchemy-1.3.22-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:108580808803c7732f34798eb4a329d45b04c562ed83ee90f09f6a184a42b766"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1804 |
{file = "SQLAlchemy-1.3.22-cp38-cp38-win32.whl", hash = "sha256:bab5a1e15b9466a25c96cda19139f3beb3e669794373b9ce28c4cf158c6e841d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1805 |
{file = "SQLAlchemy-1.3.22-cp38-cp38-win_amd64.whl", hash = "sha256:318b5b727e00662e5fc4b4cd2bf58a5116d7c1b4dd56ffaa7d68f43458a8d1ed"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1806 |
{file = "SQLAlchemy-1.3.22-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:1418f5e71d6081aa1095a1d6b567a562d2761996710bdce9b6e6ba20a03d0864"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1807 |
{file = "SQLAlchemy-1.3.22-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:5a7f224cdb7233182cec2a45d4c633951268d6a9bcedac37abbf79dd07012aea"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1808 |
{file = "SQLAlchemy-1.3.22-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:715b34578cc740b743361f7c3e5f584b04b0f1344f45afc4e87fbac4802eb0a0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1809 |
{file = "SQLAlchemy-1.3.22-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:2ff132a379838b1abf83c065be54cef32b47c987aedd06b82fc76476c85225eb"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1810 |
{file = "SQLAlchemy-1.3.22-cp39-cp39-win32.whl", hash = "sha256:c389d7cc2b821853fb018c85457da3e7941db64f4387720a329bc7ff06a27963"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1811 |
{file = "SQLAlchemy-1.3.22-cp39-cp39-win_amd64.whl", hash = "sha256:04f995fcbf54e46cddeb4f75ce9dfc17075d6ae04ac23b2bacb44b3bc6f6bf11"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1812 |
{file = "SQLAlchemy-1.3.22.tar.gz", hash = "sha256:758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1813 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1814 |
tabulate = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1815 |
{file = "tabulate-0.8.7-py3-none-any.whl", hash = "sha256:ac64cb76d53b1231d364babcd72abbb16855adac7de6665122f97b593f1eb2ba"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1816 |
{file = "tabulate-0.8.7.tar.gz", hash = "sha256:db2723a20d04bcda8522165c73eea7c300eda74e0ce852d9022e0159d7895007"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1817 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1818 |
toml = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1819 |
{file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1820 |
{file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1821 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1822 |
tomlkit = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1823 |
{file = "tomlkit-0.7.0-py2.py3-none-any.whl", hash = "sha256:6babbd33b17d5c9691896b0e68159215a9387ebfa938aa3ac42f4a4beeb2b831"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1824 |
{file = "tomlkit-0.7.0.tar.gz", hash = "sha256:ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1825 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1826 |
twitter = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1827 |
{file = "twitter-1.18.0-py2.py3-none-any.whl", hash = "sha256:52545fd3b70d3d3807d3ce62d1a256727856d784d1630d64dedcc643aaf0b908"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1828 |
{file = "twitter-1.18.0.tar.gz", hash = "sha256:acdc85e5beea752967bb64c63bde8b915c49a31a01db1b2fecccf9f2c1d5c44d"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1829 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1830 |
twitter-text = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1831 |
{file = "twitter-text-3.0.tar.gz", hash = "sha256:ad0643f5eb4f5c6e0b7fd897c7076bdcd4858a7a4c0e9b937c628a86926562c5"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1832 |
{file = "twitter_text-3.0-py2.py3-none-any.whl", hash = "sha256:f4ac871d3784f4daabb6d7a12e4cb8df7346f3257af17f9f3952c953f7093e64"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1833 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1834 |
typed-ast = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1835 |
{file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1836 |
{file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1837 |
{file = "typed_ast-1.4.1-cp35-cp35m-win32.whl", hash = "sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1838 |
{file = "typed_ast-1.4.1-cp35-cp35m-win_amd64.whl", hash = "sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1839 |
{file = "typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1840 |
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1841 |
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1842 |
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:fcf135e17cc74dbfbc05894ebca928ffeb23d9790b3167a674921db19082401f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1843 |
{file = "typed_ast-1.4.1-cp36-cp36m-win32.whl", hash = "sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1844 |
{file = "typed_ast-1.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1845 |
{file = "typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1846 |
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1847 |
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1848 |
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:f208eb7aff048f6bea9586e61af041ddf7f9ade7caed625742af423f6bae3298"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1849 |
{file = "typed_ast-1.4.1-cp37-cp37m-win32.whl", hash = "sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1850 |
{file = "typed_ast-1.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1851 |
{file = "typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1852 |
{file = "typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1853 |
{file = "typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1854 |
{file = "typed_ast-1.4.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:7e4c9d7658aaa1fc80018593abdf8598bf91325af6af5cce4ce7c73bc45ea53d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1855 |
{file = "typed_ast-1.4.1-cp38-cp38-win32.whl", hash = "sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1856 |
{file = "typed_ast-1.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1857 |
{file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1858 |
{file = "typed_ast-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:92c325624e304ebf0e025d1224b77dd4e6393f18aab8d829b5b7e04afe9b7a2c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1859 |
{file = "typed_ast-1.4.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:d648b8e3bf2fe648745c8ffcee3db3ff903d0817a01a12dd6a6ea7a8f4889072"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1860 |
{file = "typed_ast-1.4.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:fac11badff8313e23717f3dada86a15389d0708275bddf766cca67a84ead3e91"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1861 |
{file = "typed_ast-1.4.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:0d8110d78a5736e16e26213114a38ca35cb15b6515d535413b090bd50951556d"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1862 |
{file = "typed_ast-1.4.1-cp39-cp39-win32.whl", hash = "sha256:b52ccf7cfe4ce2a1064b18594381bccf4179c2ecf7f513134ec2f993dd4ab395"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1863 |
{file = "typed_ast-1.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:3742b32cf1c6ef124d57f95be609c473d7ec4c14d0090e5a5e05a15269fb4d0c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1864 |
{file = "typed_ast-1.4.1.tar.gz", hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"},
|
| 1524 | 1865 |
] |
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1866 |
urllib3 = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1867 |
{file = "urllib3-1.26.2-py2.py3-none-any.whl", hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1868 |
{file = "urllib3-1.26.2.tar.gz", hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1869 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1870 |
virtualenv = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1871 |
{file = "virtualenv-20.2.2-py2.py3-none-any.whl", hash = "sha256:54b05fc737ea9c9ee9f8340f579e5da5b09fb64fd010ab5757eb90268616907c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1872 |
{file = "virtualenv-20.2.2.tar.gz", hash = "sha256:b7a8ec323ee02fb2312f098b6b4c9de99559b462775bc8fe3627a73706603c1b"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1873 |
] |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1874 |
volatile = [ |
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1875 |
{file = "volatile-2.1.0.tar.gz", hash = "sha256:9be36ad508e3354e016c115de0397dc2203b9800a73d9d177ca9d37a8d3a31d3"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1876 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1877 |
webencodings = [ |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1878 |
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1879 |
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
|
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1880 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1881 |
websocket-client = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1882 |
{file = "websocket_client-0.57.0-py2.py3-none-any.whl", hash = "sha256:0fc45c961324d79c781bab301359d5a1b00b13ad1b10415a4780229ef71a5549"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1883 |
{file = "websocket_client-0.57.0.tar.gz", hash = "sha256:d735b91d6d1692a6a181f2a8c9e0238e5f6373356f561bb9dc4c7af36f452010"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1884 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1885 |
wrapt = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1886 |
{file = "wrapt-1.12.1.tar.gz", hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1887 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1888 |
yapf = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1889 |
{file = "yapf-0.30.0-py2.py3-none-any.whl", hash = "sha256:3abf61ba67cf603069710d30acbc88cfe565d907e16ad81429ae90ce9651e0c9"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1890 |
{file = "yapf-0.30.0.tar.gz", hash = "sha256:3000abee4c28daebad55da6c85f3cd07b8062ce48e2e9943c8da1b9667d48427"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1891 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1892 |
yarl = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1893 |
{file = "yarl-1.6.3-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:0355a701b3998dcd832d0dc47cc5dedf3874f966ac7f870e0f3a6788d802d434"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1894 |
{file = "yarl-1.6.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:bafb450deef6861815ed579c7a6113a879a6ef58aed4c3a4be54400ae8871478"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1895 |
{file = "yarl-1.6.3-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:547f7665ad50fa8563150ed079f8e805e63dd85def6674c97efd78eed6c224a6"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1896 |
{file = "yarl-1.6.3-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:63f90b20ca654b3ecc7a8d62c03ffa46999595f0167d6450fa8383bab252987e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1897 |
{file = "yarl-1.6.3-cp36-cp36m-manylinux2014_ppc64le.whl", hash = "sha256:97b5bdc450d63c3ba30a127d018b866ea94e65655efaf889ebeabc20f7d12406"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1898 |
{file = "yarl-1.6.3-cp36-cp36m-manylinux2014_s390x.whl", hash = "sha256:d8d07d102f17b68966e2de0e07bfd6e139c7c02ef06d3a0f8d2f0f055e13bb76"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1899 |
{file = "yarl-1.6.3-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:15263c3b0b47968c1d90daa89f21fcc889bb4b1aac5555580d74565de6836366"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1900 |
{file = "yarl-1.6.3-cp36-cp36m-win32.whl", hash = "sha256:b5dfc9a40c198334f4f3f55880ecf910adebdcb2a0b9a9c23c9345faa9185721"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1901 |
{file = "yarl-1.6.3-cp36-cp36m-win_amd64.whl", hash = "sha256:b2e9a456c121e26d13c29251f8267541bd75e6a1ccf9e859179701c36a078643"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1902 |
{file = "yarl-1.6.3-cp37-cp37m-macosx_10_14_x86_64.whl", hash = "sha256:ce3beb46a72d9f2190f9e1027886bfc513702d748047b548b05dab7dfb584d2e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1903 |
{file = "yarl-1.6.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:2ce4c621d21326a4a5500c25031e102af589edb50c09b321049e388b3934eec3"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1904 |
{file = "yarl-1.6.3-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:d26608cf178efb8faa5ff0f2d2e77c208f471c5a3709e577a7b3fd0445703ac8"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1905 |
{file = "yarl-1.6.3-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:4c5bcfc3ed226bf6419f7a33982fb4b8ec2e45785a0561eb99274ebbf09fdd6a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1906 |
{file = "yarl-1.6.3-cp37-cp37m-manylinux2014_ppc64le.whl", hash = "sha256:4736eaee5626db8d9cda9eb5282028cc834e2aeb194e0d8b50217d707e98bb5c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1907 |
{file = "yarl-1.6.3-cp37-cp37m-manylinux2014_s390x.whl", hash = "sha256:68dc568889b1c13f1e4745c96b931cc94fdd0defe92a72c2b8ce01091b22e35f"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1908 |
{file = "yarl-1.6.3-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:7356644cbed76119d0b6bd32ffba704d30d747e0c217109d7979a7bc36c4d970"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1909 |
{file = "yarl-1.6.3-cp37-cp37m-win32.whl", hash = "sha256:00d7ad91b6583602eb9c1d085a2cf281ada267e9a197e8b7cae487dadbfa293e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1910 |
{file = "yarl-1.6.3-cp37-cp37m-win_amd64.whl", hash = "sha256:69ee97c71fee1f63d04c945f56d5d726483c4762845400a6795a3b75d56b6c50"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1911 |
{file = "yarl-1.6.3-cp38-cp38-macosx_10_14_x86_64.whl", hash = "sha256:e46fba844f4895b36f4c398c5af062a9808d1f26b2999c58909517384d5deda2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1912 |
{file = "yarl-1.6.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:31ede6e8c4329fb81c86706ba8f6bf661a924b53ba191b27aa5fcee5714d18ec"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1913 |
{file = "yarl-1.6.3-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:fcbb48a93e8699eae920f8d92f7160c03567b421bc17362a9ffbbd706a816f71"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1914 |
{file = "yarl-1.6.3-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:72a660bdd24497e3e84f5519e57a9ee9220b6f3ac4d45056961bf22838ce20cc"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1915 |
{file = "yarl-1.6.3-cp38-cp38-manylinux2014_ppc64le.whl", hash = "sha256:324ba3d3c6fee56e2e0b0d09bf5c73824b9f08234339d2b788af65e60040c959"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1916 |
{file = "yarl-1.6.3-cp38-cp38-manylinux2014_s390x.whl", hash = "sha256:e6b5460dc5ad42ad2b36cca524491dfcaffbfd9c8df50508bddc354e787b8dc2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1917 |
{file = "yarl-1.6.3-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:6d6283d8e0631b617edf0fd726353cb76630b83a089a40933043894e7f6721e2"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1918 |
{file = "yarl-1.6.3-cp38-cp38-win32.whl", hash = "sha256:9ede61b0854e267fd565e7527e2f2eb3ef8858b301319be0604177690e1a3896"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1919 |
{file = "yarl-1.6.3-cp38-cp38-win_amd64.whl", hash = "sha256:f0b059678fd549c66b89bed03efcabb009075bd131c248ecdf087bdb6faba24a"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1920 |
{file = "yarl-1.6.3-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:329412812ecfc94a57cd37c9d547579510a9e83c516bc069470db5f75684629e"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1921 |
{file = "yarl-1.6.3-cp39-cp39-manylinux1_i686.whl", hash = "sha256:c49ff66d479d38ab863c50f7bb27dee97c6627c5fe60697de15529da9c3de724"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1922 |
{file = "yarl-1.6.3-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:f040bcc6725c821a4c0665f3aa96a4d0805a7aaf2caf266d256b8ed71b9f041c"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1923 |
{file = "yarl-1.6.3-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:d5c32c82990e4ac4d8150fd7652b972216b204de4e83a122546dce571c1bdf25"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1924 |
{file = "yarl-1.6.3-cp39-cp39-manylinux2014_ppc64le.whl", hash = "sha256:d597767fcd2c3dc49d6eea360c458b65643d1e4dbed91361cf5e36e53c1f8c96"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1925 |
{file = "yarl-1.6.3-cp39-cp39-manylinux2014_s390x.whl", hash = "sha256:8aa3decd5e0e852dc68335abf5478a518b41bf2ab2f330fe44916399efedfae0"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1926 |
{file = "yarl-1.6.3-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:73494d5b71099ae8cb8754f1df131c11d433b387efab7b51849e7e1e851f07a4"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1927 |
{file = "yarl-1.6.3-cp39-cp39-win32.whl", hash = "sha256:5b883e458058f8d6099e4420f0cc2567989032b5f34b271c0827de9f1079a424"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1928 |
{file = "yarl-1.6.3-cp39-cp39-win_amd64.whl", hash = "sha256:4953fb0b4fdb7e08b2f3b3be80a00d28c5c8a2056bb066169de00e6501b986b6"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1929 |
{file = "yarl-1.6.3.tar.gz", hash = "sha256:8a9066529240171b68893d60dca86a763eae2139dd42f42106b03cf4b426bf10"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1930 |
] |
|
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1931 |
yaspin = [ |
|
1538
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1932 |
{file = "yaspin-1.2.0-py2.py3-none-any.whl", hash = "sha256:2742b0648ce0d56d5c6fd950453f474c712cb88f161e54b40e987ba53a19b845"},
|
|
4e5ee8e79e7f
add command to export zoom chat files as annotation
ymh <ymh.work@gmail.com>
parents:
1525
diff
changeset
|
1933 |
{file = "yaspin-1.2.0.tar.gz", hash = "sha256:72e9cdbc0e797ef886c373fef2bcd6526a704a470696f9d78d0bb27951fe659a"},
|
|
1522
3ad95f783499
Migrate to poetry to manage the local venv
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1934 |
] |