mtcli-range 1.0.0.dev0__tar.gz → 1.0.0.dev1__tar.gz
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.
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/PKG-INFO +2 -2
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/pyproject.toml +2 -2
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/LICENSE +0 -0
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/README.md +0 -0
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/mtcli_range/__init__.py +0 -0
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/mtcli_range/cli.py +0 -0
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/mtcli_range/conf.py +0 -0
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/mtcli_range/plugin.py +0 -0
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/mtcli_range/range_controller.py +0 -0
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/mtcli_range/range_model.py +0 -0
- {mtcli_range-1.0.0.dev0 → mtcli_range-1.0.0.dev1}/mtcli_range/range_view.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mtcli-range
|
|
3
|
-
Version: 1.0.0.
|
|
3
|
+
Version: 1.0.0.dev1
|
|
4
4
|
Summary: Range bars plugin para mtcli
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
License-File: LICENSE
|
|
@@ -19,7 +19,7 @@ Classifier: Operating System :: OS Independent
|
|
|
19
19
|
Classifier: Topic :: Office/Business :: Financial :: Investment
|
|
20
20
|
Requires-Dist: click (>=8.3.0,<9.0.0)
|
|
21
21
|
Requires-Dist: metatrader5 (>=5.0.5370,<6.0.0)
|
|
22
|
-
Requires-Dist: mtcli (
|
|
22
|
+
Requires-Dist: mtcli (>=3.2.0)
|
|
23
23
|
Project-URL: Documentation, https://vfranca.github.io/mtcli-range
|
|
24
24
|
Project-URL: Homepage, https://github.com/vfranca/mtcli-range
|
|
25
25
|
Project-URL: Issues, https://github.com/vfranca/mtcli-range/issues
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mtcli-range"
|
|
3
|
-
version = "1.0.0.
|
|
3
|
+
version = "1.0.0.dev1"
|
|
4
4
|
description = "Range bars plugin para mtcli"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Valmir França", email = "vfranca3@gmail.com" }
|
|
@@ -33,7 +33,7 @@ classifiers = [
|
|
|
33
33
|
]
|
|
34
34
|
|
|
35
35
|
dependencies = [
|
|
36
|
-
"mtcli>=3.
|
|
36
|
+
"mtcli>=3.2.0",
|
|
37
37
|
"click>=8.3.0,<9.0.0",
|
|
38
38
|
"metatrader5>=5.0.5370,<6.0.0"
|
|
39
39
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|