locust 2.32.1.dev15__py3-none-any.whl → 2.32.1.dev18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- locust/_version.py +2 -2
- {locust-2.32.1.dev15.dist-info → locust-2.32.1.dev18.dist-info}/METADATA +1 -1
- {locust-2.32.1.dev15.dist-info → locust-2.32.1.dev18.dist-info}/RECORD +7 -7
- poetry.lock +15 -1
- {locust-2.32.1.dev15.dist-info → locust-2.32.1.dev18.dist-info}/LICENSE +0 -0
- {locust-2.32.1.dev15.dist-info → locust-2.32.1.dev18.dist-info}/WHEEL +0 -0
- {locust-2.32.1.dev15.dist-info → locust-2.32.1.dev18.dist-info}/entry_points.txt +0 -0
locust/_version.py
CHANGED
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
|
|
14
14
|
version_tuple: VERSION_TUPLE
|
15
15
|
|
16
16
|
|
17
|
-
__version__ = "2.32.1.
|
17
|
+
__version__ = "2.32.1.dev18"
|
18
18
|
version = __version__
|
19
|
-
__version_tuple__ = (2, 32, 1, "
|
19
|
+
__version_tuple__ = (2, 32, 1, "dev18")
|
20
20
|
version_tuple = __version_tuple__
|
@@ -1,6 +1,6 @@
|
|
1
1
|
locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
3
|
+
locust/_version.py,sha256=orwBxkil2OYT75_v89RjAV13Fh0VuLRqzjH3QD6CNBE,460
|
4
4
|
locust/argument_parser.py,sha256=Q_P7Yt0KdtOiNAgTZcEVuxX9eGzJoyibI3mPrf0vzvA,29184
|
5
5
|
locust/clients.py,sha256=XK-xabq2_5GZKMEjebDobvEjeBTtCs8h2EelL7s68Qs,19346
|
6
6
|
locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -46,9 +46,9 @@ locust/webui/dist/assets/index-CstPumxk.js,sha256=cVfa-VcOK1Hk7jKXsKwEsIaiyPy9v3
|
|
46
46
|
locust/webui/dist/auth.html,sha256=6V0af36UUxDqX6-PrDx1YXsR60jhENqsnLbeh3PSPLk,648
|
47
47
|
locust/webui/dist/index.html,sha256=pTy3eTqWfeuBorgkyKYR26h7kancuzDbjzmUBhzCP3c,654
|
48
48
|
locust/webui/dist/report.html,sha256=0MceANwhR3KBquonRTkDVLfg_pHrMA7s2CHSz_X0QHc,1471010
|
49
|
-
poetry.lock,sha256=
|
50
|
-
locust-2.32.1.
|
51
|
-
locust-2.32.1.
|
52
|
-
locust-2.32.1.
|
53
|
-
locust-2.32.1.
|
54
|
-
locust-2.32.1.
|
49
|
+
poetry.lock,sha256=IL4eGSZZhxlPtfjSvjdZsWR_yDVCgIAj0MO4dflhnRU,211725
|
50
|
+
locust-2.32.1.dev18.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
|
51
|
+
locust-2.32.1.dev18.dist-info/METADATA,sha256=iY6ChDemyI0IVX9Fv9lI2eqsXHtomXorSjT-w-xyUAM,7877
|
52
|
+
locust-2.32.1.dev18.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
53
|
+
locust-2.32.1.dev18.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
|
54
|
+
locust-2.32.1.dev18.dist-info/RECORD,,
|
poetry.lock
CHANGED
@@ -2156,6 +2156,20 @@ files = [
|
|
2156
2156
|
lint = ["docutils-stubs", "flake8", "mypy"]
|
2157
2157
|
test = ["pytest"]
|
2158
2158
|
|
2159
|
+
[[package]]
|
2160
|
+
name = "sphinxcontrib-googleanalytics"
|
2161
|
+
version = "0.4"
|
2162
|
+
description = "Sphinx extension googleanalytics"
|
2163
|
+
optional = false
|
2164
|
+
python-versions = "*"
|
2165
|
+
files = [
|
2166
|
+
{file = "sphinxcontrib-googleanalytics-0.4.tar.gz", hash = "sha256:4b19c1f0fce5df6c7da5633201b64a9e5b0cb3210a14fdb4134942ceee8c5d12"},
|
2167
|
+
{file = "sphinxcontrib_googleanalytics-0.4-py3-none-any.whl", hash = "sha256:a6574983f9a58e5864ec10d34dc99914c4d647108b22c9249c8f0038b0cb18b3"},
|
2168
|
+
]
|
2169
|
+
|
2170
|
+
[package.dependencies]
|
2171
|
+
Sphinx = ">=0.6"
|
2172
|
+
|
2159
2173
|
[[package]]
|
2160
2174
|
name = "sphinxcontrib-htmlhelp"
|
2161
2175
|
version = "2.0.1"
|
@@ -2460,4 +2474,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
|
|
2460
2474
|
[metadata]
|
2461
2475
|
lock-version = "2.0"
|
2462
2476
|
python-versions = ">=3.9"
|
2463
|
-
content-hash = "
|
2477
|
+
content-hash = "9e58a176725655fe7b74069776ba86492cdc74c7f34b9c2a1788da9fba924e8e"
|
File without changes
|
File without changes
|
File without changes
|