locust-cloud 1.19.4__py3-none-any.whl → 1.19.5__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_cloud/args.py +1 -1
- {locust_cloud-1.19.4.dist-info → locust_cloud-1.19.5.dist-info}/METADATA +5 -5
- {locust_cloud-1.19.4.dist-info → locust_cloud-1.19.5.dist-info}/RECORD +6 -6
- {locust_cloud-1.19.4.dist-info → locust_cloud-1.19.5.dist-info}/WHEEL +0 -0
- {locust_cloud-1.19.4.dist-info → locust_cloud-1.19.5.dist-info}/entry_points.txt +0 -0
- {locust_cloud-1.19.4.dist-info → locust_cloud-1.19.5.dist-info}/licenses/LICENSE +0 -0
locust_cloud/args.py
CHANGED
@@ -113,7 +113,7 @@ cloud_parser = configargparse.ArgumentParser(add_help=False)
|
|
113
113
|
cloud_parser.add_argument(
|
114
114
|
"--login",
|
115
115
|
action="store_true",
|
116
|
-
help="Launch an interactive session to authenticate your user.\nOnce completed your credentials will be stored and automatically refreshed for quite a long time.\nOnce those
|
116
|
+
help="Launch an interactive session to authenticate your user.\nOnce completed your credentials will be stored and automatically refreshed for quite a long time.\nOnce those expire you will be prompted to perform another login.",
|
117
117
|
)
|
118
118
|
cloud_parser.add_argument(
|
119
119
|
"--delete",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: locust-cloud
|
3
|
-
Version: 1.19.
|
3
|
+
Version: 1.19.5
|
4
4
|
Summary: Locust Cloud
|
5
5
|
Project-URL: homepage, https://locust.cloud
|
6
6
|
Project-URL: repository, https://github.com/locustcloud/locust-cloud
|
@@ -8,11 +8,11 @@ License: MIT
|
|
8
8
|
License-File: LICENSE
|
9
9
|
Requires-Python: >=3.10
|
10
10
|
Requires-Dist: configargparse==1.7
|
11
|
-
Requires-Dist: gevent
|
11
|
+
Requires-Dist: gevent<25.0.0,>=24.11.1
|
12
12
|
Requires-Dist: locust>=2.35.0
|
13
|
-
Requires-Dist: platformdirs
|
14
|
-
Requires-Dist: pyjwt
|
15
|
-
Requires-Dist: python-socketio[client]==5.
|
13
|
+
Requires-Dist: platformdirs<5.0.0,>=4.3.6
|
14
|
+
Requires-Dist: pyjwt<3.0,>=2.0
|
15
|
+
Requires-Dist: python-socketio[client]==5.13.0
|
16
16
|
Requires-Dist: requests==2.32.3
|
17
17
|
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
18
18
|
Description-Content-Type: text/markdown
|
@@ -1,13 +1,13 @@
|
|
1
1
|
locust_cloud/__init__.py,sha256=9USe4yHuvpP5xrXm0dVsi08pu2l5TcjxQl6Pei8w3lk,713
|
2
2
|
locust_cloud/apisession.py,sha256=kCr271_l0IeMGw0L563mOecqPJj4OD9h2J3vxCM5zYQ,4015
|
3
|
-
locust_cloud/args.py,sha256=
|
3
|
+
locust_cloud/args.py,sha256=IJPB0nY-SJpaeVU9XncfEKIOFWsZwyLvzznxkFF6iWY,6969
|
4
4
|
locust_cloud/cloud.py,sha256=Ox2BNQfeVSbLN67mp5yl4ZeSFqfEsPef0H5Jxy5QMU8,6071
|
5
5
|
locust_cloud/common.py,sha256=cFrDVKpi9OEmH6giOuj9HoIUFSBArixNtNHzZIgDvPE,992
|
6
6
|
locust_cloud/input_events.py,sha256=MyxccgboHByICuK6VpQCCJhZQqTZAacNmkSpw-gxBEw,3420
|
7
7
|
locust_cloud/web_login.py,sha256=1j2AQoEM6XVSDtE1q0Ryrs4jFEx07r9IQfZCoFAQXJg,2400
|
8
8
|
locust_cloud/websocket.py,sha256=9Q7nTFuAwVhgW74DlJNcHTZXOQ1drsXi8hX9ciZhWlQ,8998
|
9
|
-
locust_cloud-1.19.
|
10
|
-
locust_cloud-1.19.
|
11
|
-
locust_cloud-1.19.
|
12
|
-
locust_cloud-1.19.
|
13
|
-
locust_cloud-1.19.
|
9
|
+
locust_cloud-1.19.5.dist-info/METADATA,sha256=cGMKEObFnCyOQF0BZEhqmXcDzNzR3LxbgngF7e1sO3I,735
|
10
|
+
locust_cloud-1.19.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
11
|
+
locust_cloud-1.19.5.dist-info/entry_points.txt,sha256=PGyAb4e3aTsGS3N3VGShDl6VzJaXy7QwsEgsLOC7V00,57
|
12
|
+
locust_cloud-1.19.5.dist-info/licenses/LICENSE,sha256=Ow6fY6ta4KIjdlWalmxGvRP8yLmetvkbkl-SdHMjPIs,1093
|
13
|
+
locust_cloud-1.19.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|