Skip to content

Commit

Permalink
🔧 pyproject.tomlとpoetry.lockを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
liebe-magi committed Mar 24, 2024
1 parent 06b2cbe commit ee7d74c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyzaim"
version = "1.0.11"
version = "1.1.0"
description = "Zaimのデータを取得・操作するPythonパッケージ"
authors = ["liebe-magi <liebe.magi@gmail.com>"]
license = "MIT"
Expand All @@ -9,15 +9,20 @@ repository = "https://github.com/liebe-magi/pyzaim"
keywords = ["zaim", "oauth", "rest api", "selenium", "chromedriver"]
classifiers=[
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7"
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12"
]


[tool.poetry.dependencies]
python = "^3.7"
requests-oauthlib = "^2.0.0"
selenium = "^4.0.0"
tqdm = "^4.43.0"
requests-oauthlib = "2.0.0"
selenium = "4.11.2"
tqdm = "4.66.2"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit ee7d74c

Please sign in to comment.