1 |
58fdf2a4
|
MFori
|
[[package]]
|
2 |
|
|
name = "apscheduler"
|
3 |
|
|
version = "3.7.0"
|
4 |
|
|
description = "In-process task scheduler with Cron-like capabilities"
|
5 |
|
|
category = "main"
|
6 |
|
|
optional = false
|
7 |
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
|
8 |
|
|
|
9 |
|
|
[package.dependencies]
|
10 |
|
|
pytz = "*"
|
11 |
|
|
six = ">=1.4.0"
|
12 |
|
|
tzlocal = ">=2.0,<3.0"
|
13 |
|
|
|
14 |
|
|
[package.extras]
|
15 |
|
|
asyncio = ["trollius"]
|
16 |
|
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
17 |
|
|
gevent = ["gevent"]
|
18 |
|
|
mongodb = ["pymongo (>=3.0)"]
|
19 |
|
|
redis = ["redis (>=3.0)"]
|
20 |
|
|
rethinkdb = ["rethinkdb (>=2.4.0)"]
|
21 |
|
|
sqlalchemy = ["sqlalchemy (>=0.8)"]
|
22 |
|
|
testing = ["pytest (<6)", "pytest-cov", "pytest-tornado5", "mock", "pytest-asyncio (<0.6)", "pytest-asyncio"]
|
23 |
|
|
tornado = ["tornado (>=4.3)"]
|
24 |
|
|
twisted = ["twisted"]
|
25 |
|
|
zookeeper = ["kazoo"]
|
26 |
|
|
|
27 |
dc7a41b7
|
Martin Forejt
|
[[package]]
|
28 |
|
|
name = "pyqt5"
|
29 |
|
|
version = "5.15.4"
|
30 |
|
|
description = "Python bindings for the Qt cross platform application toolkit"
|
31 |
|
|
category = "main"
|
32 |
|
|
optional = false
|
33 |
|
|
python-versions = ">=3.6"
|
34 |
|
|
|
35 |
|
|
[package.dependencies]
|
36 |
|
|
PyQt5-Qt5 = ">=5.15"
|
37 |
|
|
PyQt5-sip = ">=12.8,<13"
|
38 |
|
|
|
39 |
|
|
[[package]]
|
40 |
|
|
name = "pyqt5-qt5"
|
41 |
|
|
version = "5.15.2"
|
42 |
|
|
description = "The subset of a Qt installation needed by PyQt5."
|
43 |
|
|
category = "main"
|
44 |
|
|
optional = false
|
45 |
|
|
python-versions = "*"
|
46 |
|
|
|
47 |
|
|
[[package]]
|
48 |
|
|
name = "pyqt5-sip"
|
49 |
|
|
version = "12.8.1"
|
50 |
|
|
description = "The sip module support for PyQt5"
|
51 |
|
|
category = "main"
|
52 |
|
|
optional = false
|
53 |
|
|
python-versions = ">=3.5"
|
54 |
306e99cf
|
MFori
|
|
55 |
58fdf2a4
|
MFori
|
[[package]]
|
56 |
|
|
name = "pytz"
|
57 |
|
|
version = "2021.1"
|
58 |
|
|
description = "World timezone definitions, modern and historical"
|
59 |
|
|
category = "main"
|
60 |
|
|
optional = false
|
61 |
|
|
python-versions = "*"
|
62 |
|
|
|
63 |
2bef6e38
|
MFori
|
[[package]]
|
64 |
|
|
name = "recordclass"
|
65 |
|
|
version = "0.14.3"
|
66 |
|
|
description = "Mutable variants of tuple (mutabletuple) and collections.namedtuple (recordclass), which support assignments and more memory saving variants (dataobject, structclass, litelist, ...)."
|
67 |
|
|
category = "main"
|
68 |
|
|
optional = false
|
69 |
|
|
python-versions = "*"
|
70 |
|
|
|
71 |
58fdf2a4
|
MFori
|
[[package]]
|
72 |
|
|
name = "six"
|
73 |
|
|
version = "1.15.0"
|
74 |
|
|
description = "Python 2 and 3 compatibility utilities"
|
75 |
|
|
category = "main"
|
76 |
|
|
optional = false
|
77 |
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
|
78 |
|
|
|
79 |
|
|
[[package]]
|
80 |
|
|
name = "tzlocal"
|
81 |
|
|
version = "2.1"
|
82 |
|
|
description = "tzinfo object for the local timezone"
|
83 |
|
|
category = "main"
|
84 |
|
|
optional = false
|
85 |
|
|
python-versions = "*"
|
86 |
|
|
|
87 |
|
|
[package.dependencies]
|
88 |
|
|
pytz = "*"
|
89 |
|
|
|
90 |
306e99cf
|
MFori
|
[metadata]
|
91 |
|
|
lock-version = "1.1"
|
92 |
|
|
python-versions = "^3.8"
|
93 |
58fdf2a4
|
MFori
|
content-hash = "913d0c4a57cb981e8596f78e7ccfe7b0179cf615b3eaabd4d98b956fc5630fbd"
|
94 |
306e99cf
|
MFori
|
|
95 |
|
|
[metadata.files]
|
96 |
58fdf2a4
|
MFori
|
apscheduler = [
|
97 |
|
|
{file = "APScheduler-3.7.0-py2.py3-none-any.whl", hash = "sha256:c06cc796d5bb9eb3c4f77727f6223476eb67749e7eea074d1587550702a7fbe3"},
|
98 |
|
|
{file = "APScheduler-3.7.0.tar.gz", hash = "sha256:1cab7f2521e107d07127b042155b632b7a1cd5e02c34be5a28ff62f77c900c6a"},
|
99 |
|
|
]
|
100 |
dc7a41b7
|
Martin Forejt
|
pyqt5 = [
|
101 |
|
|
{file = "PyQt5-5.15.4-cp36.cp37.cp38.cp39-abi3-macosx_10_13_intel.whl", hash = "sha256:8c0848ba790a895801d5bfd171da31cad3e551dbcc4e59677a3b622de2ceca98"},
|
102 |
|
|
{file = "PyQt5-5.15.4-cp36.cp37.cp38.cp39-abi3-manylinux2014_x86_64.whl", hash = "sha256:883a549382fc22d29a0568f3ef20b38c8e7ab633a59498ac4eb63a3bf36d3fd3"},
|
103 |
|
|
{file = "PyQt5-5.15.4-cp36.cp37.cp38.cp39-none-win32.whl", hash = "sha256:a88526a271e846e44779bb9ad7a738c6d3c4a9d01e15a128ecfc6dd4696393b7"},
|
104 |
|
|
{file = "PyQt5-5.15.4-cp36.cp37.cp38.cp39-none-win_amd64.whl", hash = "sha256:213bebd51821ed89b4d5b35bb10dbe67564228b3568f463a351a08e8b1677025"},
|
105 |
|
|
{file = "PyQt5-5.15.4.tar.gz", hash = "sha256:2a69597e0dd11caabe75fae133feca66387819fc9bc050f547e5551bce97e5be"},
|
106 |
|
|
]
|
107 |
|
|
pyqt5-qt5 = [
|
108 |
|
|
{file = "PyQt5_Qt5-5.15.2-py3-none-macosx_10_13_intel.whl", hash = "sha256:76980cd3d7ae87e3c7a33bfebfaee84448fd650bad6840471d6cae199b56e154"},
|
109 |
|
|
{file = "PyQt5_Qt5-5.15.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:1988f364ec8caf87a6ee5d5a3a5210d57539988bf8e84714c7d60972692e2f4a"},
|
110 |
|
|
{file = "PyQt5_Qt5-5.15.2-py3-none-win32.whl", hash = "sha256:9cc7a768b1921f4b982ebc00a318ccb38578e44e45316c7a4a850e953e1dd327"},
|
111 |
|
|
{file = "PyQt5_Qt5-5.15.2-py3-none-win_amd64.whl", hash = "sha256:750b78e4dba6bdf1607febedc08738e318ea09e9b10aea9ff0d73073f11f6962"},
|
112 |
|
|
]
|
113 |
|
|
pyqt5-sip = [
|
114 |
|
|
{file = "PyQt5_sip-12.8.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:bb5a87b66fc1445915104ee97f7a20a69decb42f52803e3b0795fa17ff88226c"},
|
115 |
|
|
{file = "PyQt5_sip-12.8.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:a29e2ac399429d3b7738f73e9081e50783e61ac5d29344e0802d0dcd6056c5a2"},
|
116 |
|
|
{file = "PyQt5_sip-12.8.1-cp35-cp35m-win32.whl", hash = "sha256:0304ca9114b9817a270f67f421355075b78ff9fc25ac58ffd72c2601109d2194"},
|
117 |
|
|
{file = "PyQt5_sip-12.8.1-cp35-cp35m-win_amd64.whl", hash = "sha256:84ba7746762bd223bed22428e8561aa267a229c28344c2d28c5d5d3f8970cffb"},
|
118 |
|
|
{file = "PyQt5_sip-12.8.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:7b81382ce188d63890a0e35abe0f9bb946cabc873a31873b73583b0fc84ac115"},
|
119 |
|
|
{file = "PyQt5_sip-12.8.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:b6d42250baec52a5f77de64e2951d001c5501c3a2df2179f625b241cbaec3369"},
|
120 |
|
|
{file = "PyQt5_sip-12.8.1-cp36-cp36m-win32.whl", hash = "sha256:6c1ebee60f1d2b3c70aff866b7933d8d8d7646011f7c32f9321ee88c290aa4f9"},
|
121 |
|
|
{file = "PyQt5_sip-12.8.1-cp36-cp36m-win_amd64.whl", hash = "sha256:34dcd29be47553d5f016ff86e89e24cbc5eebae92eb2f96fb32d2d7ba028c43c"},
|
122 |
|
|
{file = "PyQt5_sip-12.8.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:ed897c58acf4a3cdca61469daa31fe6e44c33c6c06a37c3f21fab31780b3b86a"},
|
123 |
|
|
{file = "PyQt5_sip-12.8.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a1b8ef013086e224b8e86c93f880f776d01b59195bdfa2a8e0b23f0480678fec"},
|
124 |
|
|
{file = "PyQt5_sip-12.8.1-cp37-cp37m-win32.whl", hash = "sha256:0cd969be528c27bbd4755bd323dff4a79a8fdda28215364e6ce3e069cb56c2a9"},
|
125 |
|
|
{file = "PyQt5_sip-12.8.1-cp37-cp37m-win_amd64.whl", hash = "sha256:c9800729badcb247765e4ffe2241549d02da1fa435b9db224845bc37c3e99cb0"},
|
126 |
|
|
{file = "PyQt5_sip-12.8.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9312ec47cac4e33c11503bc1cbeeb0bdae619620472f38e2078c5a51020a930f"},
|
127 |
|
|
{file = "PyQt5_sip-12.8.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:2f35e82fd7ec1e1f6716e9154721c7594956a4f5bd4f826d8c6a6453833cc2f0"},
|
128 |
|
|
{file = "PyQt5_sip-12.8.1-cp38-cp38-win32.whl", hash = "sha256:da9c9f1e65b9d09e73bd75befc82961b6b61b5a3b9d0a7c832168e1415f163c6"},
|
129 |
|
|
{file = "PyQt5_sip-12.8.1-cp38-cp38-win_amd64.whl", hash = "sha256:832fd60a264de4134c2824d393320838f3ab648180c9c357ec58a74524d24507"},
|
130 |
|
|
{file = "PyQt5_sip-12.8.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c317ab1263e6417c498b81f5c970a9b1af7acefab1f80b4cc0f2f8e661f29fc5"},
|
131 |
|
|
{file = "PyQt5_sip-12.8.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:c9d6d448c29dc6606bb7974696608f81f4316c8234f7c7216396ed110075e777"},
|
132 |
|
|
{file = "PyQt5_sip-12.8.1-cp39-cp39-win32.whl", hash = "sha256:5a011aeff89660622a6d5c3388d55a9d76932f3b82c95e82fc31abd8b1d2990d"},
|
133 |
|
|
{file = "PyQt5_sip-12.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:f168f0a7f32b81bfeffdf003c36f25d81c97dee5eb67072a5183e761fe250f13"},
|
134 |
|
|
{file = "PyQt5_sip-12.8.1.tar.gz", hash = "sha256:30e944db9abee9cc757aea16906d4198129558533eb7fadbe48c5da2bd18e0bd"},
|
135 |
|
|
]
|
136 |
58fdf2a4
|
MFori
|
pytz = [
|
137 |
|
|
{file = "pytz-2021.1-py2.py3-none-any.whl", hash = "sha256:eb10ce3e7736052ed3623d49975ce333bcd712c7bb19a58b9e2089d4057d0798"},
|
138 |
|
|
{file = "pytz-2021.1.tar.gz", hash = "sha256:83a4a90894bf38e243cf052c8b58f381bfe9a7a483f6a9cab140bc7f702ac4da"},
|
139 |
|
|
]
|
140 |
2bef6e38
|
MFori
|
recordclass = [
|
141 |
|
|
{file = "recordclass-0.14.3-cp27-cp27m-win32.whl", hash = "sha256:016a70b9e1d93e184a065a23d9bd15387c154375a166fd8868db96f362d77d94"},
|
142 |
|
|
{file = "recordclass-0.14.3-cp27-cp27m-win_amd64.whl", hash = "sha256:c9941edde67077f95e83dfd69795b2bc6cff13e05ef537b4a57cddfb8fac55f9"},
|
143 |
|
|
{file = "recordclass-0.14.3-cp36-cp36m-win32.whl", hash = "sha256:867f94a6c96474e2b52d50359adbcd1eaf18202c11654b662022a700831dfb7d"},
|
144 |
|
|
{file = "recordclass-0.14.3-cp36-cp36m-win_amd64.whl", hash = "sha256:3ced6c8d7d34d573fd7f926b47b5cdb2875b986841f1464eb9d41777edb63f7e"},
|
145 |
|
|
{file = "recordclass-0.14.3-cp37-cp37m-win32.whl", hash = "sha256:2c7dd437b2d766954e0468bdd49e444f24fc82bb080f57a4901e3718c678fcf6"},
|
146 |
|
|
{file = "recordclass-0.14.3-cp37-cp37m-win_amd64.whl", hash = "sha256:3c885d6d92c3306846c36797a03712e7c9dea6cc01b61f45305a815c87ea5a0c"},
|
147 |
|
|
{file = "recordclass-0.14.3-cp38-cp38-win32.whl", hash = "sha256:b5c25065b5d2825122fd67ac43053033bd85c209b261264ca3e2460b8308336d"},
|
148 |
|
|
{file = "recordclass-0.14.3-cp38-cp38-win_amd64.whl", hash = "sha256:57ba80fe2b3fc61cd878b3cd90ca1445a48292baf5d154055d671dc76c521bc1"},
|
149 |
|
|
{file = "recordclass-0.14.3-cp39-cp39-win32.whl", hash = "sha256:8a99639842291349667133a0c4076b2e5e483c4628da342715072037902d5884"},
|
150 |
|
|
{file = "recordclass-0.14.3-cp39-cp39-win_amd64.whl", hash = "sha256:176af306e9b3a13a97b3e8e87228a2975f87173048ab5eafbd0ba9f2838cadb0"},
|
151 |
|
|
{file = "recordclass-0.14.3.tar.gz", hash = "sha256:f2a0a42ec1128be81e28b8ba82ef1a1dccc41efbec6ecf97866915649645222f"},
|
152 |
|
|
]
|
153 |
58fdf2a4
|
MFori
|
six = [
|
154 |
|
|
{file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
|
155 |
|
|
{file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
|
156 |
|
|
]
|
157 |
|
|
tzlocal = [
|
158 |
|
|
{file = "tzlocal-2.1-py2.py3-none-any.whl", hash = "sha256:e2cb6c6b5b604af38597403e9852872d7f534962ae2954c7f35efcb1ccacf4a4"},
|
159 |
|
|
{file = "tzlocal-2.1.tar.gz", hash = "sha256:643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44"},
|
160 |
|
|
]
|