add -u and -p option to login commnand.

This commit is contained in:
2024-02-09 18:22:13 +09:00
parent ce0a608db2
commit c3e2dfbd8e
3 changed files with 55 additions and 51 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "mdrs-client-python"
version = "1.3.1"
version = "1.3.2"
description = "The mdrs-client-python is python library and a command-line client for up- and downloading files to and from MDRS based repository."
authors = ["Yoshihiro OKUMURA <yoshihiro.okumura@riken.jp>"]
license = "MIT"
@ -30,8 +30,8 @@ PyJWT = "^2.8.0"
validators = "^0.22.0"
[tool.poetry.group.dev.dependencies]
black = "^23.12.0"
flake8 = "^6.1.0"
black = "^24.1.1"
flake8 = "^7.0.0"
Flake8-pyproject = "^1.2.3"
isort = "^5.13.0"
pyright = "^1.1.339"