Skip to content

Commit 87beba2

Browse files
authored
[infra] small fix of CLI entry point (#464)
* [infra] small fix of CLI entry point * change to new version
1 parent ff003f5 commit 87beba2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

python-package/pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ packages = [
1313
]
1414
readme = "README.md"
1515
repository = "https://github.com/base-dos-dados/bases"
16-
version = "1.5.3a1"
16+
version = "1.5.3"
1717

1818
[tool.poetry.scripts]
1919
basedosdados = 'basedosdados.cli.cli:cli'
@@ -29,9 +29,8 @@ pyaml = "20.4.0"
2929
python = "^3.6"
3030
tomlkit = "0.7.0"
3131
tqdm = "4.50.2"
32-
ruamel.yaml ="0.17.4"
33-
requests = "2.25.1"
3432
pandas= "1.2.4"
33+
'ruamel.yaml'= "0.17.4"
3534

3635
[tool.poetry.dev-dependencies]
3736
Jinja2 = "2.11.2"
@@ -46,9 +45,8 @@ pyaml = "20.4.0"
4645
pytest = "6.0.2"
4746
tomlkit = "0.7.0"
4847
tqdm = "4.50.2"
49-
ruamel.yaml ="0.17.4"
50-
requests = "2.25.1"
5148
pandas= "1.2.4"
49+
'ruamel.yaml'= "0.17.4"
5250

5351
[tool.black]
5452
# Use the more relaxed max line length permitted in PEP8.

0 commit comments

Comments
 (0)