Revize 58fdf2a4
Přidáno uživatelem Martin Forejt před téměř 4 roky(ů)
poetry.lock | ||
---|---|---|
1 |
[[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 |
|
|
1 | 27 |
[[package]] |
2 | 28 |
name = "pyqt5" |
3 | 29 |
version = "5.15.4" |
... | ... | |
26 | 52 |
optional = false |
27 | 53 |
python-versions = ">=3.5" |
28 | 54 |
|
55 |
[[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 |
|
|
29 | 63 |
[[package]] |
30 | 64 |
name = "recordclass" |
31 | 65 |
version = "0.14.3" |
... | ... | |
34 | 68 |
optional = false |
35 | 69 |
python-versions = "*" |
36 | 70 |
|
71 |
[[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 |
|
|
37 | 90 |
[metadata] |
38 | 91 |
lock-version = "1.1" |
39 | 92 |
python-versions = "^3.8" |
40 |
content-hash = "2880a04cfc48e9d672fd4b9e4a1f82906e5f77f098ecbd615194242e0ee76ad0"
|
|
93 |
content-hash = "913d0c4a57cb981e8596f78e7ccfe7b0179cf615b3eaabd4d98b956fc5630fbd"
|
|
41 | 94 |
|
42 | 95 |
[metadata.files] |
96 |
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 |
] |
|
43 | 100 |
pyqt5 = [ |
44 | 101 |
{file = "PyQt5-5.15.4-cp36.cp37.cp38.cp39-abi3-macosx_10_13_intel.whl", hash = "sha256:8c0848ba790a895801d5bfd171da31cad3e551dbcc4e59677a3b622de2ceca98"}, |
45 | 102 |
{file = "PyQt5-5.15.4-cp36.cp37.cp38.cp39-abi3-manylinux2014_x86_64.whl", hash = "sha256:883a549382fc22d29a0568f3ef20b38c8e7ab633a59498ac4eb63a3bf36d3fd3"}, |
... | ... | |
76 | 133 |
{file = "PyQt5_sip-12.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:f168f0a7f32b81bfeffdf003c36f25d81c97dee5eb67072a5183e761fe250f13"}, |
77 | 134 |
{file = "PyQt5_sip-12.8.1.tar.gz", hash = "sha256:30e944db9abee9cc757aea16906d4198129558533eb7fadbe48c5da2bd18e0bd"}, |
78 | 135 |
] |
136 |
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 |
] |
|
79 | 140 |
recordclass = [ |
80 | 141 |
{file = "recordclass-0.14.3-cp27-cp27m-win32.whl", hash = "sha256:016a70b9e1d93e184a065a23d9bd15387c154375a166fd8868db96f362d77d94"}, |
81 | 142 |
{file = "recordclass-0.14.3-cp27-cp27m-win_amd64.whl", hash = "sha256:c9941edde67077f95e83dfd69795b2bc6cff13e05ef537b4a57cddfb8fac55f9"}, |
... | ... | |
89 | 150 |
{file = "recordclass-0.14.3-cp39-cp39-win_amd64.whl", hash = "sha256:176af306e9b3a13a97b3e8e87228a2975f87173048ab5eafbd0ba9f2838cadb0"}, |
90 | 151 |
{file = "recordclass-0.14.3.tar.gz", hash = "sha256:f2a0a42ec1128be81e28b8ba82ef1a1dccc41efbec6ecf97866915649645222f"}, |
91 | 152 |
] |
153 |
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 |
] |
Také k dispozici: Unified diff
Re #8731 - add apscheduler dependency