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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mtcli-range
3
- Version: 1.0.0.dev0
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 (==3.5.*)
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.dev0"
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.5.0.dev0,<3.6.0.dev0",
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
  ]