File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ packages = [
13
13
]
14
14
readme = " README.md"
15
15
repository = " https://github.com/base-dos-dados/bases"
16
- version = " 1.5.3a1 "
16
+ version = " 1.5.3 "
17
17
18
18
[tool .poetry .scripts ]
19
19
basedosdados = ' basedosdados.cli.cli:cli'
@@ -29,9 +29,8 @@ pyaml = "20.4.0"
29
29
python = " ^3.6"
30
30
tomlkit = " 0.7.0"
31
31
tqdm = " 4.50.2"
32
- ruamel.yaml =" 0.17.4"
33
- requests = " 2.25.1"
34
32
pandas = " 1.2.4"
33
+ 'ruamel.yaml' = " 0.17.4"
35
34
36
35
[tool .poetry .dev-dependencies ]
37
36
Jinja2 = " 2.11.2"
@@ -46,9 +45,8 @@ pyaml = "20.4.0"
46
45
pytest = " 6.0.2"
47
46
tomlkit = " 0.7.0"
48
47
tqdm = " 4.50.2"
49
- ruamel.yaml =" 0.17.4"
50
- requests = " 2.25.1"
51
48
pandas = " 1.2.4"
49
+ 'ruamel.yaml' = " 0.17.4"
52
50
53
51
[tool .black ]
54
52
# Use the more relaxed max line length permitted in PEP8.
You can’t perform that action at this time.
0 commit comments