Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DashboardLeaf
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ProjectLeaf
DashboardLeaf
Compare revisions
d49b374bd2ae340a0bbad062bf9718dc3e60728f to 74ca89c26965890498f4e8439cb5e159c42de8d4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ProjectLeaf/DashboardLeaf
Select target project
No results found
74ca89c26965890498f4e8439cb5e159c42de8d4
Select Git revision
Loading items
Swap
Target
ProjectLeaf/DashboardLeaf
Select target project
ProjectLeaf/DashboardLeaf
1 result
d49b374bd2ae340a0bbad062bf9718dc3e60728f
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (4)
Update dependency apscheduler to v3.10.1
· 513f68fe
renovate-bot
authored
2 years ago
513f68fe
Update dependency Babel to v2.12.1
· 3cdb7132
renovate-bot
authored
2 years ago
and
Robert Goldmann
committed
2 years ago
3cdb7132
Update dependency icalendar to v5.0.5
· c2d50f5b
renovate-bot
authored
2 years ago
and
Robert Goldmann
committed
2 years ago
c2d50f5b
Update dependency flask-socketio to v5.3.4
· 74ca89c2
renovate-bot
authored
2 years ago
and
Robert Goldmann
committed
2 years ago
74ca89c2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+126
-155
126 additions, 155 deletions
poetry.lock
pyproject.toml
+4
-4
4 additions, 4 deletions
pyproject.toml
with
130 additions
and
159 deletions
poetry.lock
View file @
74ca89c2
...
@@ -2,14 +2,14 @@
...
@@ -2,14 +2,14 @@
[[package]]
[[package]]
name
=
"apscheduler"
name
=
"apscheduler"
version
=
"3.10.
0
"
version
=
"3.10.
1
"
description
=
"In-process task scheduler with Cron-like capabilities"
description
=
"In-process task scheduler with Cron-like capabilities"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
files
=
[
files
=
[
{file
=
"APScheduler-3.10.
0
-py3-none-any.whl"
,
hash
=
"sha256:
575299f20073c60a2cc9d4fa5906024cdde33c5c0ce6087c4e3c14be3b50fdd4
"
}
,
{file
=
"APScheduler-3.10.
1
-py3-none-any.whl"
,
hash
=
"sha256:
e813ad5ada7aff36fb08cdda746b520531eaac7757832abc204868ba78e0c8f6
"
}
,
{file
=
"APScheduler-3.10.
0
.tar.gz"
,
hash
=
"sha256:
a49fc23269218416f0e41890eea7a75ed6b284f10630dcfe866ab659621a36
96"
}
,
{file
=
"APScheduler-3.10.
1
.tar.gz"
,
hash
=
"sha256:
0293937d8f6051a0f493359440c1a1b93e882c57daf0197afeff0e727777b
96
e
"
}
,
]
]
[package.dependencies]
[package.dependencies]
...
@@ -30,40 +30,18 @@ tornado = ["tornado (>=4.3)"]
...
@@ -30,40 +30,18 @@ tornado = ["tornado (>=4.3)"]
twisted
=
[
"twisted"
]
twisted
=
[
"twisted"
]
zookeeper
=
[
"kazoo"
]
zookeeper
=
[
"kazoo"
]
[[package]]
name
=
"attrs"
version
=
"22.2.0"
description
=
"Classes Without Boilerplate"
category
=
"dev"
optional
=
false
python-versions
=
">
=
3.6
"
files
=
[
{file
=
"attrs-22.2.0-py3-none-any.whl"
,
hash
=
"sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836"
}
,
{file
=
"attrs-22.2.0.tar.gz"
,
hash
=
"sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99"
}
,
]
[package.extras]
cov
=
[
"attrs[tests]"
,
"coverage-enable-subprocess"
,
"coverage[toml] (>=5.3)"
]
dev
=
[
"attrs[docs,tests]"
]
docs
=
[
"furo"
,
"myst-parser"
,
"sphinx"
,
"sphinx-notfound-page"
,
"sphinxcontrib-towncrier"
,
"towncrier"
,
"zope.interface"
]
tests
=
[
"attrs[tests-no-zope]"
,
"zope.interface"
]
tests-no-zope
=
[
"cloudpickle"
,
"cloudpickle"
,
"hypothesis"
,
"hypothesis"
,
"mypy (>=0.971,<0.990)"
,
"mypy (>=0.971,<0.990)"
,
"pympler"
,
"pympler"
,
"pytest (>=4.3.0)"
,
"pytest (>=4.3.0)"
,
"pytest-mypy-plugins"
,
"pytest-mypy-plugins"
,
"pytest-xdist[psutil]"
,
"pytest-xdist[psutil]"
]
[[package]]
[[package]]
name
=
"babel"
name
=
"babel"
version
=
"2.1
1.0
"
version
=
"2.1
2.1
"
description
=
"Internationalization utilities"
description
=
"Internationalization utilities"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.
6
"
python-versions
=
">
=
3.
7
"
files
=
[
files
=
[
{file
=
"Babel-2.1
1.0
-py3-none-any.whl"
,
hash
=
"sha256:
1ad3eca1c885218f6dce2ab67291178944f810a10a9b5f3cb8382a5a232b64fe
"
}
,
{file
=
"Babel-2.1
2.1
-py3-none-any.whl"
,
hash
=
"sha256:
b4246fb7677d3b98f501a39d43396d3cafdc8eadb045f4a31be01863f655c610
"
}
,
{file
=
"Babel-2.1
1.0
.tar.gz"
,
hash
=
"sha256:
5ef4b3226b0180dedded4229651c8b0e1a3a6a2837d45a073272f313e4cf97f6
"
}
,
{file
=
"Babel-2.1
2.1
.tar.gz"
,
hash
=
"sha256:
cc2d99999cd01d44420ae725a21c9e3711b3aadc7976d6147f622d8581963455
"
}
,
]
]
[package.dependencies]
pytz
=
">
=
2015.7
"
[[package]]
[[package]]
name
=
"bcrypt"
name
=
"bcrypt"
version
=
"4.0.1"
version
=
"4.0.1"
...
@@ -357,14 +335,14 @@ dotenv = ["python-dotenv"]
...
@@ -357,14 +335,14 @@ dotenv = ["python-dotenv"]
[[
package
]]
[[
package
]]
name
=
"flask-socketio"
name
=
"flask-socketio"
version
=
"5.3.
2
"
version
=
"5.3.
4
"
description
=
"Socket.IO integration for Flask applications"
description
=
"Socket.IO integration for Flask applications"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
files
=
[
files
=
[
{file
=
"Flask-SocketIO-5.3.
2
.tar.gz"
,
hash
=
"sha256:1
1d1d78b8805cda351b27828a110b88c74a573be62b07f7f5a519fb67fae0a58
"
}
,
{file
=
"Flask-SocketIO-5.3.
4
.tar.gz"
,
hash
=
"sha256:1
cbd379c9bf68ac37bcc4750d01708922fa6365d13a5447d3f8893792879410c
"
}
,
{file
=
"Flask_SocketIO-5.3.
2
-py3-none-any.whl"
,
hash
=
"sha256:
04093e3ca144467f9731c376796aff105d182ac4cccfcb056d05d567a675f306
"
}
,
{file
=
"Flask_SocketIO-5.3.
4
-py3-none-any.whl"
,
hash
=
"sha256:
564acfb24dcc9545cdae536cde0323653d9b547069a925f11eeb132338aa71c0
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
...
@@ -523,14 +501,14 @@ test = ["objgraph", "psutil"]
...
@@ -523,14 +501,14 @@ test = ["objgraph", "psutil"]
[[
package
]]
[[
package
]]
name
=
"icalendar"
name
=
"icalendar"
version
=
"5.0.
4
"
version
=
"5.0.
5
"
description
=
"iCalendar parser/generator"
description
=
"iCalendar parser/generator"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"icalendar-5.0.
4
-py3-none-any.whl"
,
hash
=
"sha256:
3e759f9c3875e037c90e1c2f4aff0f6123f4435af6152b80a70b8d6a5529cb1b
"
}
,
{file
=
"icalendar-5.0.
5
-py3-none-any.whl"
,
hash
=
"sha256:
022c3fa7421fe274889007c12582510ab2e4ba0ac612b73dc35982c644356540
"
}
,
{file
=
"icalendar-5.0.
4
.tar.gz"
,
hash
=
"sha256:
f0aa86d6f5bc110ed3b91e96c48c70351d7a09fbed25366f673dc0b799c83975
"
}
,
{file
=
"icalendar-5.0.
5
.tar.gz"
,
hash
=
"sha256:
ee76771d4eccebae3683beeb9c24c24feb2f8cceade72b92e4437f0144f81584
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
...
@@ -551,14 +529,14 @@ files = [
...
@@ -551,14 +529,14 @@ files = [
[[
package
]]
[[
package
]]
name
=
"importlib-metadata"
name
=
"importlib-metadata"
version
=
"6.
0
.0"
version
=
"6.
6
.0"
description
=
"Read metadata from Python packages"
description
=
"Read metadata from Python packages"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"importlib_metadata-6.
0
.0-py3-none-any.whl"
,
hash
=
"sha256:
7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5ba
d"
}
,
{file
=
"importlib_metadata-6.
6
.0-py3-none-any.whl"
,
hash
=
"sha256:
43dd286a2cd8995d5eaef7fee2066340423b818ed3fd70adf0bad5f1fac53fe
d"
}
,
{file
=
"importlib_metadata-6.
0
.0.tar.gz"
,
hash
=
"sha256:
e354bedeb60efa6affdcc8ae
121b
73544a7aa74156d047311948f6d711cd378d
"
}
,
{file
=
"importlib_metadata-6.
6
.0.tar.gz"
,
hash
=
"sha256:
92501cdf9cc66ebd3e6
12
f
1b
4f0c0765dfa42f0fa38ffb319b6bd84dd675d705
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
...
@@ -673,14 +651,14 @@ files = [
...
@@ -673,14 +651,14 @@ files = [
[[
package
]]
[[
package
]]
name
=
"packaging"
name
=
"packaging"
version
=
"23.
0
"
version
=
"23.
1
"
description
=
"Core utilities for Python packages"
description
=
"Core utilities for Python packages"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"packaging-23.
0
-py3-none-any.whl"
,
hash
=
"sha256:
714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2
"
}
,
{file
=
"packaging-23.
1
-py3-none-any.whl"
,
hash
=
"sha256:
994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61
"
}
,
{file
=
"packaging-23.
0
.tar.gz"
,
hash
=
"sha256:
b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97
"
}
,
{file
=
"packaging-23.
1
.tar.gz"
,
hash
=
"sha256:
a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f
"
}
,
]
]
[[
package
]]
[[
package
]]
...
@@ -701,26 +679,26 @@ testing = ["pytest", "pytest-benchmark"]
...
@@ -701,26 +679,26 @@ testing = ["pytest", "pytest-benchmark"]
[[
package
]]
[[
package
]]
name
=
"psutil"
name
=
"psutil"
version
=
"5.9.
4
"
version
=
"5.9.
5
"
description
=
"Cross-platform lib for process and system monitoring in Python."
description
=
"Cross-platform lib for process and system monitoring in Python."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
files
=
[
files
=
[
{file
=
"psutil-5.9.
4
-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
c1ca331af862803a42677c120aff8a814a804e09832f166f226bfd22b56feee8
"
}
,
{file
=
"psutil-5.9.
5
-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
be8929ce4313f9f8146caad4272f6abb8bf99fc6cf59344a3167ecd74f4f203f
"
}
,
{file
=
"psutil-5.9.
4
-cp27-cp27m-manylinux2010_i686.whl"
,
hash
=
"sha256:
68908971daf802203f3d37e78d3f8831b6d1014864d7a85937941bb35f09aefe
"
}
,
{file
=
"psutil-5.9.
5
-cp27-cp27m-manylinux2010_i686.whl"
,
hash
=
"sha256:
ab8ed1a1d77c95453db1ae00a3f9c50227ebd955437bcf2a574ba8adbf6a74d5
"
}
,
{file
=
"psutil-5.9.
4
-cp27-cp27m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:
3ff89f9b835100a825b14c2808a106b6fdcc4b15483141482a12c725e7f78549
"
}
,
{file
=
"psutil-5.9.
5
-cp27-cp27m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:
4aef137f3345082a3d3232187aeb4ac4ef959ba3d7c10c33dd73763fbc063da4
"
}
,
{file
=
"psutil-5.9.
4
-cp27-cp27m
-win32
.whl"
,
hash
=
"sha256:
852dd5d9f8a47169fe62fd4a971aa07859476c2b
a2
2
c2
254d4a1baa4e10b95ad
"
}
,
{file
=
"psutil-5.9.
5
-cp27-cp27m
u-manylinux2010_i686
.whl"
,
hash
=
"sha256:
ea8518d152174e1249c4f2a1c89e3e6065941df2fa13a1ab45327716
a2
3
c2
b48
"
}
,
{file
=
"psutil-5.9.
4
-cp27-cp27m
-win_amd
64.whl"
,
hash
=
"sha256:
9120cd39dca5c5e1c54b59a41d205023d436799b1c8c4d3ff71af18535728e9
4"
}
,
{file
=
"psutil-5.9.
5
-cp27-cp27m
u-manylinux2010_x86_
64.whl"
,
hash
=
"sha256:
acf2aef9391710afded549ff602b5887d7a2349831ae4c26be7c807c0a39fac
4"
}
,
{file
=
"psutil-5.9.
4
-cp27-
cp27mu-manylinux2010_i686
.whl"
,
hash
=
"sha256:
6
b9
2c532979bafc2df23ddc785ed116fced1f492ad90a6830cf24f4d1ea27d24
"
}
,
{file
=
"psutil-5.9.
5
-cp27-
none-win32
.whl"
,
hash
=
"sha256:
5
b9
b8cb93f507e8dbaf22af6a2fd0ccbe8244bf30b1baad6b3954e935157ae3f
"
}
,
{file
=
"psutil-5.9.
4
-cp27-
cp27mu-manylinux2010_x86_64.whl"
,
hash
=
"sha256:efeae04f9516907be44904cc7ce08defb6b665128992a56957abc9b61dca94b7
"
}
,
{file
=
"psutil-5.9.
5
-cp27-
none-win_amd64.whl"
,
hash
=
"sha256:8c5f7c5a052d1d567db4ddd231a9d27a74e8e4a9c3f44b1032762bd7b9fdcd42
"
}
,
{file
=
"psutil-5.9.
4
-cp36-abi3-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
54d5b184728298f2ca8567bf83c422b706200bcbbfafdc06718264f9393cfeb
7"
}
,
{file
=
"psutil-5.9.
5
-cp36-abi3-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
3c6f686f4225553615612f6d9bc21f1c0e305f75d7d8454f9b46e901778e721
7"
}
,
{file
=
"psutil-5.9.
4
-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
16653106f3b59386ffe10e0bad3bb6299e169d5327d3f187614b1cb8f24cf2e1
"
}
,
{file
=
"psutil-5.9.
5
-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
7a7dd9997128a0d928ed4fb2c2d57e5102bb6089027939f3b722f3a210f9a8da
"
}
,
{file
=
"psutil-5.9.
4
-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
54c0d3d8e0078b7666984e11b12b88af2db11d11249a8ac8920dd5ef68a66e08
"
}
,
{file
=
"psutil-5.9.
5
-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
89518112647f1276b03ca97b65cc7f64ca587b1eb0278383017c2a0dcc26cbe4
"
}
,
{file
=
"psutil-5.9.
4
-cp36-abi3-win32.whl"
,
hash
=
"sha256:1
49555f59a69b33f056ba1c4eb22bb7bf24332ce631c44a319ce
c09f
876aaeff
"
}
,
{file
=
"psutil-5.9.
5
-cp36-abi3-win32.whl"
,
hash
=
"sha256:1
04a5cc0e31baa2bcf67900be36acde157756b9c44017b86b2
c0
4
9f
11957887d
"
}
,
{file
=
"psutil-5.9.
4
-cp36-abi3-win_amd64.whl"
,
hash
=
"sha256:
fd8522436a6ada7b4aad6638662966de0d61d241cb821239b2ae7013d41a43d4
"
}
,
{file
=
"psutil-5.9.
5
-cp36-abi3-win_amd64.whl"
,
hash
=
"sha256:
b258c0c1c9d145a1d5ceffab1134441c4c5113b2417fafff7315a917a026c3c9
"
}
,
{file
=
"psutil-5.9.
4
-cp38-abi3-macosx_11_0_arm64.whl"
,
hash
=
"sha256:60
01c809253a29599bc0dfd5179d9f8a5779f9dffea1da0f13c53ee568115e1e
"
}
,
{file
=
"psutil-5.9.
5
-cp38-abi3-macosx_11_0_arm64.whl"
,
hash
=
"sha256:
c
60
7bb3b57dc779d55e1554846352b4e358c10fff3abf3514a7a6601beebdb30
"
}
,
{file
=
"psutil-5.9.
4
.tar.gz"
,
hash
=
"sha256:
3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62
"
}
,
{file
=
"psutil-5.9.
5
.tar.gz"
,
hash
=
"sha256:
5410638e4df39c54d957fc51ce03048acd8e6d60abc0f5107af51e5fb566eb3c
"
}
,
]
]
[
package.extras
]
[
package.extras
]
...
@@ -755,18 +733,17 @@ six = "*"
...
@@ -755,18 +733,17 @@ six = "*"
[[
package
]]
[[
package
]]
name
=
"pytest"
name
=
"pytest"
version
=
"7.
2.2
"
version
=
"7.
3.1
"
description
=
"pytest: simple powerful testing with Python"
description
=
"pytest: simple powerful testing with Python"
category
=
"dev"
category
=
"dev"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"pytest-7.
2.2
-py3-none-any.whl"
,
hash
=
"sha256:
130328f552dcfac0b1cec75c12e3f005619dc5f874f0a06e8ff7263f0ee6225e
"
}
,
{file
=
"pytest-7.
3.1
-py3-none-any.whl"
,
hash
=
"sha256:
3799fa815351fea3a5e96ac7e503a96fa51cc9942c3753cda7651b93c1cfa362
"
}
,
{file
=
"pytest-7.
2.2
.tar.gz"
,
hash
=
"sha256:
c99ab0c73aceb050f68929bc93af19ab6db0558791c6a0715723abe9d0ade9d4
"
}
,
{file
=
"pytest-7.
3.1
.tar.gz"
,
hash
=
"sha256:
434afafd78b1d78ed0addf160ad2b77a30d35d4bdf8af234fe621919d9ed15e3
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
attrs
=
">
=
19.2
.
0
"
colorama
=
{
version
=
"*"
,
markers
=
"sys_platform
=
=
\"
win
32
\"
"}
colorama
=
{
version
=
"*"
,
markers
=
"sys_platform
=
=
\"
win
32
\"
"}
exceptiongroup
=
{
version
=
">
=
1.0
.
0
rc
8
", markers = "
python_version
<
\"
3.11
\"
"}
exceptiongroup
=
{
version
=
">
=
1.0
.
0
rc
8
", markers = "
python_version
<
\"
3.11
\"
"}
iniconfig
=
"*"
iniconfig
=
"*"
...
@@ -775,7 +752,7 @@ pluggy = ">=0.12,<2.0"
...
@@ -775,7 +752,7 @@ pluggy = ">=0.12,<2.0"
tomli
=
{
version
=
">
=
1.0
.
0
", markers = "
python_version
<
\"
3.11
\"
"}
tomli
=
{
version
=
">
=
1.0
.
0
", markers = "
python_version
<
\"
3.11
\"
"}
[
package.extras
]
[
package.extras
]
testing
=
[
"argcomplete"
,
"hypothesis (>=3.56)"
,
"mock"
,
"nose"
,
"pygments (>=2.7.2)"
,
"requests"
,
"xmlschema"
]
testing
=
[
"argcomplete"
,
"attrs (>=19.2.0)"
,
"hypothesis (>=3.56)"
,
"mock"
,
"nose"
,
"pygments (>=2.7.2)"
,
"requests"
,
"xmlschema"
]
[[
package
]]
[[
package
]]
name
=
"python-dateutil"
name
=
"python-dateutil"
...
@@ -794,14 +771,14 @@ six = ">=1.5"
...
@@ -794,14 +771,14 @@ six = ">=1.5"
[[
package
]]
[[
package
]]
name
=
"python-engineio"
name
=
"python-engineio"
version
=
"4.
3.4
"
version
=
"4.
4.1
"
description
=
"Engine.IO server and client for Python"
description
=
"Engine.IO server and client for Python"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
files
=
[
files
=
[
{file
=
"python-engineio-4.
3.4
.tar.gz"
,
hash
=
"sha256:
d8d8b072799c36cadcdcc2b40d2a560ce09797ab3d2d596b2ad519a5e4df19ae
"
}
,
{file
=
"python-engineio-4.
4.1
.tar.gz"
,
hash
=
"sha256:
eb3663ecb300195926b526386f712dff84cd092c818fb7b62eeeda9160120c29
"
}
,
{file
=
"python_engineio-4.
3.4
-py3-none-any.whl"
,
hash
=
"sha256:
7454314a529bba20e745928601ffeaf101c1b5aca9a6c4e48a
d3
9
78
03d10ea0c
"
}
,
{file
=
"python_engineio-4.
4.1
-py3-none-any.whl"
,
hash
=
"sha256:
28ab67f94cba2e5f598cbb04428138fd6bb8b06
d3
4
78
c939412da445f24f0773
"
}
,
]
]
[
package.extras
]
[
package.extras
]
...
@@ -810,14 +787,14 @@ client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"]
...
@@ -810,14 +787,14 @@ client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"]
[[
package
]]
[[
package
]]
name
=
"python-socketio"
name
=
"python-socketio"
version
=
"5.
7.2
"
version
=
"5.
8.0
"
description
=
"Socket.IO server and client for Python"
description
=
"Socket.IO server and client for Python"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.6
"
python-versions
=
">
=
3.6
"
files
=
[
files
=
[
{file
=
"python-socketio-5.
7.2
.tar.gz"
,
hash
=
"sha256:
92395062d9db3c13d30e7cdedaa0e1330bba78505645db695415f9a3c628d097
"
}
,
{file
=
"python-socketio-5.
8.0
.tar.gz"
,
hash
=
"sha256:
e714f4dddfaaa0cb0e37a1e2deef2bb60590a5b9fea9c343dd8ca5e688416fd9
"
}
,
{file
=
"python_socketio-5.
7.2
-py3-none-any.whl"
,
hash
=
"sha256:
d9a9f047e6fdd306c852fbac36516f4b495c2096f8ad9ceb8803b8e5ff5622e3
"
}
,
{file
=
"python_socketio-5.
8.0
-py3-none-any.whl"
,
hash
=
"sha256:
7adb8867aac1c2929b9c1429f1c02e12ca4c36b67c807967393e367dfbb01441
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
...
@@ -830,14 +807,14 @@ client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"]
...
@@ -830,14 +807,14 @@ client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"]
[[
package
]]
[[
package
]]
name
=
"pytz"
name
=
"pytz"
version
=
"202
2.7.1
"
version
=
"202
3.3
"
description
=
"World timezone definitions, modern and historical"
description
=
"World timezone definitions, modern and historical"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
"*"
python-versions
=
"*"
files
=
[
files
=
[
{file
=
"pytz-202
2.7.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
78f4f37d8198e0627c5f1143240bb0206b8691d8d7ac6d78fee88b78733f8c4a
"
}
,
{file
=
"pytz-202
3.3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb
"
}
,
{file
=
"pytz-202
2.7.1
.tar.gz"
,
hash
=
"sha256:
01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0
"
}
,
{file
=
"pytz-202
3.3
.tar.gz"
,
hash
=
"sha256:
1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588
"
}
,
]
]
[[
package
]]
[[
package
]]
...
@@ -857,21 +834,21 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""}
...
@@ -857,21 +834,21 @@ tzdata = {version = "*", markers = "python_version >= \"3.6\""}
[[
package
]]
[[
package
]]
name
=
"requests"
name
=
"requests"
version
=
"2.
28.2
"
version
=
"2.
30.0
"
description
=
"Python HTTP for Humans."
description
=
"Python HTTP for Humans."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
,
<
4
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"requests-2.
28.2
-py3-none-any.whl"
,
hash
=
"sha256:
64299f4909223da747622c030b781c0d7811e35
9c37
124b4bd368fb8c6518baa
"
}
,
{file
=
"requests-2.
30.0
-py3-none-any.whl"
,
hash
=
"sha256:
10e94cc4f3121ee6da529d358cdaeaff2f1c40
9c
d
37
7dbc72b825852f2f7e294
"
}
,
{file
=
"requests-2.
28.2
.tar.gz"
,
hash
=
"sha256:
98b1b2782e3c6c4904938b84c0eb932721069dfdb9134313beff7c83c2df24bf
"
}
,
{file
=
"requests-2.
30.0
.tar.gz"
,
hash
=
"sha256:
239d7d4458afcb28a692cdd298d87542235f4ca8d36d03a15bfc128a6559a2f4
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
certifi
=
">
=
2017.4
.
17
"
certifi
=
">
=
2017.4
.
17
"
charset-normalizer
=
">
=
2
,
<
4
"
charset-normalizer
=
">
=
2
,
<
4
"
idna
=
">
=
2.5
,
<
4
"
idna
=
">
=
2.5
,
<
4
"
urllib3
=
">
=
1.21
.
1
,
<
1.27
"
urllib3
=
">
=
1.21
.
1
,
<
3
"
[
package.extras
]
[
package.extras
]
socks
=
[
"PySocks (>=1.5.6,!=1.5.7)"
]
socks
=
[
"PySocks (>=1.5.6,!=1.5.7)"
]
...
@@ -879,14 +856,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
...
@@ -879,14 +856,14 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
[[
package
]]
[[
package
]]
name
=
"setuptools"
name
=
"setuptools"
version
=
"67.
6.0
"
version
=
"67.
7.2
"
description
=
"Easily download, build, install, upgrade, and uninstall Python packages"
description
=
"Easily download, build, install, upgrade, and uninstall Python packages"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.7
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"setuptools-67.
6.0
-py3-none-any.whl"
,
hash
=
"sha256:
b78aaa36f6b90a074c1fa651168723acbf45d14cb1196b6f02c0fd07f17623b2
"
}
,
{file
=
"setuptools-67.
7.2
-py3-none-any.whl"
,
hash
=
"sha256:
23aaf86b85ca52ceb801d32703f12d77517b2556af839621c641fca11287952b
"
}
,
{file
=
"setuptools-67.
6.0
.tar.gz"
,
hash
=
"sha256:
2ee892cd5f29f3373097f5a814697e397cf3ce313616df0af11231e2ad118077
"
}
,
{file
=
"setuptools-67.
7.2
.tar.gz"
,
hash
=
"sha256:
f104fa03692a2602fa0fec6c6a9e63b6c8a968de13e17c026957dd1f53d80990
"
}
,
]
]
[
package.extras
]
[
package.extras
]
...
@@ -908,14 +885,14 @@ files = [
...
@@ -908,14 +885,14 @@ files = [
[[
package
]]
[[
package
]]
name
=
"snakeviz"
name
=
"snakeviz"
version
=
"2.
1.1
"
version
=
"2.
2.0
"
description
=
"A web-based viewer for Python profiler output"
description
=
"A web-based viewer for Python profiler output"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
"
*
"
python-versions
=
"
>
=
3.7
"
files
=
[
files
=
[
{file
=
"snakeviz-2.
1.1
-py2.py3-none-any.whl"
,
hash
=
"sha256:
931142dc927101c9a4b6e89bc0577ff1a3d1886b483a04e6af70c31d2c3dce19
"
}
,
{file
=
"snakeviz-2.
2.0
-py2.py3-none-any.whl"
,
hash
=
"sha256:
569e2d71c47f80a886aa6e70d6405cb6d30aa3520969ad956b06f824c5f02b8e
"
}
,
{file
=
"snakeviz-2.
1.1
.tar.gz"
,
hash
=
"sha256:
0d96c006304f095cb4b3fb7ed98bb866ca35a7ca4ab9020bbc27d295ee4c94d
9"
}
,
{file
=
"snakeviz-2.
2.0
.tar.gz"
,
hash
=
"sha256:
7bfd00be7ae147eb4a170a471578e1cd3f41f803238958b6b8efcf2c698a6aa
9"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
...
@@ -988,47 +965,47 @@ files = [
...
@@ -988,47 +965,47 @@ files = [
[[
package
]]
[[
package
]]
name
=
"tornado"
name
=
"tornado"
version
=
"6.
2
"
version
=
"6.
3.1
"
description
=
"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
description
=
"Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.
7
"
python-versions
=
">
=
3.
8
"
files
=
[
files
=
[
{file
=
"tornado-6.
2
-cp3
7
-abi3-macosx_10_9_universal2.whl"
,
hash
=
"sha256:
20f638fd8cc85f3cbae3c732326e96addff0a15e22d80f049e00121651e82e72
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-macosx_10_9_universal2.whl"
,
hash
=
"sha256:
db181eb3df8738613ff0a26f49e1b394aade05034b01200a63e9662f347d4415
"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
87dcafae3e884462f90c90ecc200defe5e580a7fbbb4365eda7c7c1eb809ebc
9"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:
b4e7b956f9b5e6f9feb643ea04f07e7c6b49301e03e0023eedb01fa8cf52f57
9"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
ba09ef14ca9893954244fd872798b4ccb2367c165946ce2dd7376aebdde8e3ac
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:
9661aa8bc0e9d83d757cd95b6f6d1ece8ca9fd1ccdd34db2de381e25bf818233
"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:
b
81
50f721c101abdef99073bf66d3903e292d851bee51910839831caba341a75
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:81
c17e0cc396908a5e25dc8e9c5e4936e6dfd544c9290be48bd054c79bcad51e
"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
d3a2f5999215a3a06a4fc218026cd84c61b8b2b40ac5296a6db1f1451ef04c1e
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:
a27a1cfa9997923f80bdd962b3aab048ac486ad8cfb2f237964f8ab7f7eb824b
"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
5f8c52d219d4995388119af7ccaa0bcec289535747620116a58d830e7c25d8a8
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:
d7117f3c7ba5d05813b17a1f04efc8e108a1b811ccfddd9134cc68553c414864
"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
6
fd
fabffd8dfcb6cf887428849d30cf19a3ea34c2c248461e1f7d718ad30b66b
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-musllinux_1_1_i686.whl"
,
hash
=
"sha256:
f
fd
ce65a281fd708da5a9def3bfb8f364766847fa7ed806821a69094c9629e8a
"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
1d54d13ab8414ed44de07efecb97d4ef7c39f7438cf5e976ccd356bebb1b5fca
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:
90f569a35a8ec19bde53aa596952071f445da678ec8596af763b9b9ce07605e6
"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-win32.whl"
,
hash
=
"sha256:
5c87076709
34
3
55
7ef8032934ce5f637dbb552efa7b21d08e89ae7619ed0eb23
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-win32.whl"
,
hash
=
"sha256:3455
133b9ff262fd0a75630af0a8ee13564f25fb4fd3d9ce239b8a7d3d027bf8
"
}
,
{file
=
"tornado-6.
2
-cp3
7
-abi3-win_amd64.whl"
,
hash
=
"sha256:
e5f923aa6a47e133d1cf87d60700889d7eae68988704e20c75fb2d65677a8e4b
"
}
,
{file
=
"tornado-6.
3.1
-cp3
8
-abi3-win_amd64.whl"
,
hash
=
"sha256:
1285f0691143f7ab97150831455d4db17a267b59649f7bd9700282cba3d5e771
"
}
,
{file
=
"tornado-6.
2
.tar.gz"
,
hash
=
"sha256:
9b630419bde84ec666bfd7ea0a4cb2a8a651c2d5cccdbdd1972a0c859dfc3c13
"
}
,
{file
=
"tornado-6.
3.1
.tar.gz"
,
hash
=
"sha256:
5e2f49ad371595957c50e42dd7e5c14d64a6843a3cf27352b69c706d1b5918af
"
}
,
]
]
[[
package
]]
[[
package
]]
name
=
"tzdata"
name
=
"tzdata"
version
=
"202
2.7
"
version
=
"202
3.3
"
description
=
"Provider of IANA time zone data"
description
=
"Provider of IANA time zone data"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
2
"
python-versions
=
">
=
2
"
files
=
[
files
=
[
{file
=
"tzdata-202
2.7
-py2.py3-none-any.whl"
,
hash
=
"sha256:
2b88858b0e3120792a3c0635c23daf36a7d7eeeca657c323da299d2094402a0d
"
}
,
{file
=
"tzdata-202
3.3
-py2.py3-none-any.whl"
,
hash
=
"sha256:
7e65763eef3120314099b6939b5546db7adce1e7d6f2e179e3df563c70511eda
"
}
,
{file
=
"tzdata-202
2.7
.tar.gz"
,
hash
=
"sha256:
fe5f866eddd8b96e9fcba978f8e503c909b19ea7efda11e52e39494bad3a7bf
a"
}
,
{file
=
"tzdata-202
3.3
.tar.gz"
,
hash
=
"sha256:
11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3
a"
}
,
]
]
[[
package
]]
[[
package
]]
name
=
"tzlocal"
name
=
"tzlocal"
version
=
"4.
2
"
version
=
"4.
3
"
description
=
"tzinfo object for the local timezone"
description
=
"tzinfo object for the local timezone"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.
6
"
python-versions
=
">
=
3.
7
"
files
=
[
files
=
[
{file
=
"tzlocal-4.
2
-py3-none-any.whl"
,
hash
=
"sha256:
89885494684c929d9191c57aa27502afc87a579be5cdd3225c77c463ea043745
"
}
,
{file
=
"tzlocal-4.
3
-py3-none-any.whl"
,
hash
=
"sha256:
b44c4388f3d34f25862cfbb387578a4d70fec417649da694a132f628a23367e2
"
}
,
{file
=
"tzlocal-4.
2
.tar.gz"
,
hash
=
"sha256:
ee5842fa3a795f023514ac2d801c4a81d1743bbe642e3940143326b3a00addd7
"
}
,
{file
=
"tzlocal-4.
3
.tar.gz"
,
hash
=
"sha256:
3f21d09e1b2aa9f2dacca12da240ca37de3ba5237a93addfd6d593afe9073355
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
...
@@ -1036,43 +1013,43 @@ pytz-deprecation-shim = "*"
...
@@ -1036,43 +1013,43 @@ pytz-deprecation-shim = "*"
tzdata
=
{
version
=
"*"
,
markers
=
"platform_system
=
=
\"
Windows
\"
"}
tzdata
=
{
version
=
"*"
,
markers
=
"platform_system
=
=
\"
Windows
\"
"}
[
package.extras
]
[
package.extras
]
devenv
=
[
"black"
,
"pyroma"
,
"pytest-cov"
,
"zest.releaser"
]
devenv
=
[
"black"
,
"check-manifest"
,
"flake8"
,
"pyroma"
,
"pytest (>=4.3)"
,
"pytest-cov"
,
"pytest-mock (>=3.3)"
,
"zest.releaser"
]
test
=
[
"pytest (>=4.3)"
,
"pytest-mock (>=3.3)"
]
[[
package
]]
[[
package
]]
name
=
"urllib3"
name
=
"urllib3"
version
=
"
1.26.15
"
version
=
"
2.0.2
"
description
=
"HTTP library with thread-safe connection pooling, file post, and more."
description
=
"HTTP library with thread-safe connection pooling, file post, and more."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
,
!
=
3.5
.*
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"urllib3-
1.26.15-py2.
py3-none-any.whl"
,
hash
=
"sha256:
aa751d169e23c7479ce47a0cb0da579e3ede798f994f5816a74e4f4500dcea42
"
}
,
{file
=
"urllib3-
2.0.2-
py3-none-any.whl"
,
hash
=
"sha256:
d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e
"
}
,
{file
=
"urllib3-
1.26.15
.tar.gz"
,
hash
=
"sha256:
8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305
"
}
,
{file
=
"urllib3-
2.0.2
.tar.gz"
,
hash
=
"sha256:
61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc
"
}
,
]
]
[
package.extras
]
[
package.extras
]
brotli
=
[
"brotli (>=1.0.9)"
,
"brotlicffi (>=0.8.0)"
,
"brotlipy (>=0.6.0)"
]
brotli
=
[
"brotli (>=1.0.9)"
,
"brotlicffi (>=0.8.0)"
]
secure
=
[
"certifi"
,
"cryptography (>=1.3.4)"
,
"idna (>=2.0.0)"
,
"ipaddress"
,
"pyOpenSSL (>=0.14)"
,
"urllib3-secure-extra"
]
secure
=
[
"certifi"
,
"cryptography (>=1.9)"
,
"idna (>=2.0.0)"
,
"pyopenssl (>=17.1.0)"
,
"urllib3-secure-extra"
]
socks
=
[
"PySocks (>=1.5.6,!=1.5.7,<2.0)"
]
socks
=
[
"pysocks (>=1.5.6,!=1.5.7,<2.0)"
]
zstd
=
[
"zstandard (>=0.18.0)"
]
[[
package
]]
[[
package
]]
name
=
"werkzeug"
name
=
"werkzeug"
version
=
"2.
2
.3"
version
=
"2.
3
.3"
description
=
"The comprehensive WSGI web application library."
description
=
"The comprehensive WSGI web application library."
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
3.
7
"
python-versions
=
">
=
3.
8
"
files
=
[
files
=
[
{file
=
"Werkzeug-2.
2
.3-py3-none-any.whl"
,
hash
=
"sha256:
56433961bc1f12533306c624f3be5e744389ac61d722175d543e1751285da612
"
}
,
{file
=
"Werkzeug-2.
3
.3-py3-none-any.whl"
,
hash
=
"sha256:
4866679a0722de00796a74086238bb3b98d90f423f05de039abb09315487254a
"
}
,
{file
=
"Werkzeug-2.
2
.3.tar.gz"
,
hash
=
"sha256:
2e1ccc9417d4da358b9de6f174e3ac094391ea1d4fbef2d667865d819dfd0afe
"
}
,
{file
=
"Werkzeug-2.
3
.3.tar.gz"
,
hash
=
"sha256:
a987caf1092edc7523edb139edb20c70571c4a8d5eed02e0b547b4739174d091
"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
MarkupSafe
=
">
=
2.1
.
1
"
MarkupSafe
=
">
=
2.1
.
1
"
[
package.extras
]
[
package.extras
]
watchdog
=
[
"watchdog"
]
watchdog
=
[
"watchdog
(>=2.3)
"
]
[[
package
]]
[[
package
]]
name
=
"zipp"
name
=
"zipp"
...
@@ -1111,48 +1088,42 @@ test = ["zope.testrunner"]
...
@@ -1111,48 +1088,42 @@ test = ["zope.testrunner"]
[[
package
]]
[[
package
]]
name
=
"zope-interface"
name
=
"zope-interface"
version
=
"
5.5.2
"
version
=
"
6.0
"
description
=
"Interfaces for Python"
description
=
"Interfaces for Python"
category
=
"main"
category
=
"main"
optional
=
false
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
,
!
=
3.4
.*
"
python-versions
=
">
=
3.7
"
files
=
[
files
=
[
{file
=
"zope.interface-5.5.2-cp27-cp27m-macosx_10_14_x86_64.whl"
,
hash
=
"sha256:a2ad597c8c9e038a5912ac3cf166f82926feff2f6e0dabdab956768de0a258f5"
}
,
{file
=
"zope.interface-6.0-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:f299c020c6679cb389814a3b81200fe55d428012c5e76da7e722491f5d205990"
}
,
{file
=
"zope.interface-5.5.2-cp27-cp27m-win_amd64.whl"
,
hash
=
"sha256:65c3c06afee96c654e590e046c4a24559e65b0a87dbff256cd4bd6f77e1a33f9"
}
,
{file
=
"zope.interface-6.0-cp310-cp310-macosx_11_0_arm64.whl"
,
hash
=
"sha256:ee4b43f35f5dc15e1fec55ccb53c130adb1d11e8ad8263d68b1284b66a04190d"
}
,
{file
=
"zope.interface-5.5.2-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:d514c269d1f9f5cd05ddfed15298d6c418129f3f064765295659798349c43e6f"
}
,
{file
=
"zope.interface-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:5a158846d0fca0a908c1afb281ddba88744d403f2550dc34405c3691769cdd85"
}
,
{file
=
"zope.interface-5.5.2-cp310-cp310-macosx_11_0_arm64.whl"
,
hash
=
"sha256:5334e2ef60d3d9439c08baedaf8b84dc9bb9522d0dacbc10572ef5609ef8db6d"
}
,
{file
=
"zope.interface-6.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:f72f23bab1848edb7472309e9898603141644faec9fd57a823ea6b4d1c4c8995"
}
,
{file
=
"zope.interface-5.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:dc26c8d44472e035d59d6f1177eb712888447f5799743da9c398b0339ed90b1b"
}
,
{file
=
"zope.interface-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:48f4d38cf4b462e75fac78b6f11ad47b06b1c568eb59896db5b6ec1094eb467f"
}
,
{file
=
"zope.interface-5.5.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:17ebf6e0b1d07ed009738016abf0d0a0f80388e009d0ac6e0ead26fc162b3b9c"
}
,
{file
=
"zope.interface-6.0-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:87b690bbee9876163210fd3f500ee59f5803e4a6607d1b1238833b8885ebd410"
}
,
{file
=
"zope.interface-5.5.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:f98d4bd7bbb15ca701d19b93263cc5edfd480c3475d163f137385f49e5b3a3a7"
}
,
{file
=
"zope.interface-6.0-cp311-cp311-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:f2363e5fd81afb650085c6686f2ee3706975c54f331b426800b53531191fdf28"
}
,
{file
=
"zope.interface-5.5.2-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:696f3d5493eae7359887da55c2afa05acc3db5fc625c49529e84bd9992313296"
}
,
{file
=
"zope.interface-6.0-cp311-cp311-macosx_11_0_arm64.whl"
,
hash
=
"sha256:af169ba897692e9cd984a81cb0f02e46dacdc07d6cf9fd5c91e81f8efaf93d52"
}
,
{file
=
"zope.interface-5.5.2-cp311-cp311-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:7579960be23d1fddecb53898035a0d112ac858c3554018ce615cefc03024e46d"
}
,
{file
=
"zope.interface-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:fa90bac61c9dc3e1a563e5babb3fd2c0c1c80567e815442ddbe561eadc803b30"
}
,
{file
=
"zope.interface-5.5.2-cp311-cp311-macosx_11_0_arm64.whl"
,
hash
=
"sha256:765d703096ca47aa5d93044bf701b00bbce4d903a95b41fff7c3796e747b1f1d"
}
,
{file
=
"zope.interface-6.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:89086c9d3490a0f265a3c4b794037a84541ff5ffa28bb9c24cc9f66566968464"
}
,
{file
=
"zope.interface-5.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:e945de62917acbf853ab968d8916290548df18dd62c739d862f359ecd25842a6"
}
,
{file
=
"zope.interface-6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:809fe3bf1a91393abc7e92d607976bbb8586512913a79f2bf7d7ec15bd8ea518"
}
,
{file
=
"zope.interface-5.5.2-cp311-cp311-win_amd64.whl"
,
hash
=
"sha256:655796a906fa3ca67273011c9805c1e1baa047781fca80feeb710328cdbed87f"
}
,
{file
=
"zope.interface-6.0-cp311-cp311-win_amd64.whl"
,
hash
=
"sha256:0ec9653825f837fbddc4e4b603d90269b501486c11800d7c761eee7ce46d1bbb"
}
,
{file
=
"zope.interface-5.5.2-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:0fb497c6b088818e3395e302e426850f8236d8d9f4ef5b2836feae812a8f699c"
}
,
{file
=
"zope.interface-6.0-cp37-cp37m-macosx_10_15_x86_64.whl"
,
hash
=
"sha256:790c1d9d8f9c92819c31ea660cd43c3d5451df1df61e2e814a6f99cebb292788"
}
,
{file
=
"zope.interface-5.5.2-cp36-cp36m-macosx_10_14_x86_64.whl"
,
hash
=
"sha256:008b0b65c05993bb08912f644d140530e775cf1c62a072bf9340c2249e613c32"
}
,
{file
=
"zope.interface-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:b39b8711578dcfd45fc0140993403b8a81e879ec25d53189f3faa1f006087dca"
}
,
{file
=
"zope.interface-5.5.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:404d1e284eda9e233c90128697c71acffd55e183d70628aa0bbb0e7a3084ed8b"
}
,
{file
=
"zope.interface-6.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:eba51599370c87088d8882ab74f637de0c4f04a6d08a312dce49368ba9ed5c2a"
}
,
{file
=
"zope.interface-5.5.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:3218ab1a7748327e08ef83cca63eea7cf20ea7e2ebcb2522072896e5e2fceedf"
}
,
{file
=
"zope.interface-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:6ee934f023f875ec2cfd2b05a937bd817efcc6c4c3f55c5778cbf78e58362ddc"
}
,
{file
=
"zope.interface-5.5.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:d169ccd0756c15bbb2f1acc012f5aab279dffc334d733ca0d9362c5beaebe88e"
}
,
{file
=
"zope.interface-6.0-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:042f2381118b093714081fd82c98e3b189b68db38ee7d35b63c327c470ef8373"
}
,
{file
=
"zope.interface-5.5.2-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:e1574980b48c8c74f83578d1e77e701f8439a5d93f36a5a0af31337467c08fcf"
}
,
{file
=
"zope.interface-6.0-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:dfbbbf0809a3606046a41f8561c3eada9db811be94138f42d9135a5c47e75f6f"
}
,
{file
=
"zope.interface-5.5.2-cp37-cp37m-macosx_10_15_x86_64.whl"
,
hash
=
"sha256:0217a9615531c83aeedb12e126611b1b1a3175013bbafe57c702ce40000eb9a0"
}
,
{file
=
"zope.interface-6.0-cp38-cp38-macosx_11_0_arm64.whl"
,
hash
=
"sha256:424d23b97fa1542d7be882eae0c0fc3d6827784105264a8169a26ce16db260d8"
}
,
{file
=
"zope.interface-5.5.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:311196634bb9333aa06f00fc94f59d3a9fddd2305c2c425d86e406ddc6f2260d"
}
,
{file
=
"zope.interface-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:e538f2d4a6ffb6edfb303ce70ae7e88629ac6e5581870e66c306d9ad7b564a58"
}
,
{file
=
"zope.interface-5.5.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:6373d7eb813a143cb7795d3e42bd8ed857c82a90571567e681e1b3841a390d16"
}
,
{file
=
"zope.interface-6.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:12175ca6b4db7621aedd7c30aa7cfa0a2d65ea3a0105393e05482d7a2d367446"
}
,
{file
=
"zope.interface-5.5.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:959697ef2757406bff71467a09d940ca364e724c534efbf3786e86eee8591452"
}
,
{file
=
"zope.interface-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:4c3d7dfd897a588ec27e391edbe3dd320a03684457470415870254e714126b1f"
}
,
{file
=
"zope.interface-5.5.2-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:dbaeb9cf0ea0b3bc4b36fae54a016933d64c6d52a94810a63c00f440ecb37dd7"
}
,
{file
=
"zope.interface-6.0-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:b3f543ae9d3408549a9900720f18c0194ac0fe810cecda2a584fd4dca2eb3bb8"
}
,
{file
=
"zope.interface-5.5.2-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:604cdba8f1983d0ab78edc29aa71c8df0ada06fb147cea436dc37093a0100a4e"
}
,
{file
=
"zope.interface-6.0-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:d0583b75f2e70ec93f100931660328965bb9ff65ae54695fb3fa0a1255daa6f2"
}
,
{file
=
"zope.interface-5.5.2-cp38-cp38-macosx_11_0_arm64.whl"
,
hash
=
"sha256:e74a578172525c20d7223eac5f8ad187f10940dac06e40113d62f14f3adb1e8f"
}
,
{file
=
"zope.interface-6.0-cp39-cp39-macosx_11_0_arm64.whl"
,
hash
=
"sha256:23ac41d52fd15dd8be77e3257bc51bbb82469cf7f5e9a30b75e903e21439d16c"
}
,
{file
=
"zope.interface-5.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:f0980d44b8aded808bec5059018d64692f0127f10510eca71f2f0ace8fb11188"
}
,
{file
=
"zope.interface-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:99856d6c98a326abbcc2363827e16bd6044f70f2ef42f453c0bd5440c4ce24e5"
}
,
{file
=
"zope.interface-5.5.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:6e972493cdfe4ad0411fd9abfab7d4d800a7317a93928217f1a5de2bb0f0d87a"
}
,
{file
=
"zope.interface-6.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:1592f68ae11e557b9ff2bc96ac8fc30b187e77c45a3c9cd876e3368c53dc5ba8"
}
,
{file
=
"zope.interface-5.5.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:9d783213fab61832dbb10d385a319cb0e45451088abd45f95b5bb88ed0acca1a"
}
,
{file
=
"zope.interface-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:4407b1435572e3e1610797c9203ad2753666c62883b921318c5403fb7139dec2"
}
,
{file
=
"zope.interface-5.5.2-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:a16025df73d24795a0bde05504911d306307c24a64187752685ff6ea23897cb0"
}
,
{file
=
"zope.interface-6.0-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:5171eb073474a5038321409a630904fd61f12dd1856dd7e9d19cd6fe092cbbc5"
}
,
{file
=
"zope.interface-5.5.2-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:40f4065745e2c2fa0dff0e7ccd7c166a8ac9748974f960cd39f63d2c19f9231f"
}
,
{file
=
"zope.interface-6.0.tar.gz"
,
hash
=
"sha256:aab584725afd10c710b8f1e6e208dbee2d0ad009f57d674cb9d1b3964037275d"
}
,
{file
=
"zope.interface-5.5.2-cp39-cp39-macosx_11_0_arm64.whl"
,
hash
=
"sha256:8a2ffadefd0e7206adc86e492ccc60395f7edb5680adedf17a7ee4205c530df4"
}
,
{file
=
"zope.interface-5.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:d692374b578360d36568dd05efb8a5a67ab6d1878c29c582e37ddba80e66c396"
}
,
{file
=
"zope.interface-5.5.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl"
,
hash
=
"sha256:4087e253bd3bbbc3e615ecd0b6dd03c4e6a1e46d152d3be6d2ad08fbad742dcc"
}
,
{file
=
"zope.interface-5.5.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl"
,
hash
=
"sha256:fb68d212efd057596dee9e6582daded9f8ef776538afdf5feceb3059df2d2e7b"
}
,
{file
=
"zope.interface-5.5.2-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:7e66f60b0067a10dd289b29dceabd3d0e6d68be1504fc9d0bc209cf07f56d189"
}
,
{file
=
"zope.interface-5.5.2.tar.gz"
,
hash
=
"sha256:bfee1f3ff62143819499e348f5b8a7f3aa0259f9aca5e0ddae7391d059dce671"
}
,
]
]
[
package.dependencies
]
[
package.dependencies
]
...
@@ -1166,4 +1137,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
...
@@ -1166,4 +1137,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[
metadata
]
[
metadata
]
lock-version
=
"2.0"
lock-version
=
"2.0"
python-versions
=
"^3.9"
python-versions
=
"^3.9"
content-hash
=
"
134da141e93302e32fc2563da804581c51eb5b7d49c4a336a57a7acb481ad945
"
content-hash
=
"
c8cc84db13b19ea61324c8eaa4676200edbfe85f3e3e450784c3b13a55f0d71a
"
This diff is collapsed.
Click to expand it.
pyproject.toml
View file @
74ca89c2
...
@@ -14,13 +14,13 @@ python = "^3.9"
...
@@ -14,13 +14,13 @@ python = "^3.9"
thecodelabs-baseutils
=
"*"
thecodelabs-baseutils
=
"*"
thecodelabs-flaskutils
=
"*"
thecodelabs-flaskutils
=
"*"
flask
=
"2.2.3"
flask
=
"2.2.3"
apscheduler
=
"3.10.
0
"
apscheduler
=
"3.10.
1
"
gevent
=
"22.10.2"
gevent
=
"22.10.2"
flask-socketio
=
"5.3.
2
"
flask-socketio
=
"5.3.
4
"
Babel
=
"2.1
1.0
"
Babel
=
"2.1
2.1
"
# services
# services
icalendar
=
"5.0.
4
"
icalendar
=
"5.0.
5
"
# tiles
# tiles
timeago
=
"1.0.16"
timeago
=
"1.0.16"
...
...
This diff is collapsed.
Click to expand it.