feat: bumped version to 0.1.9
- updates dependencies - prefer type inference with function return - fix typos / minor improvements - ignore all ``*.env` files - bumped package version to 0.1.9
This commit is contained in:
@@ -1,24 +1,23 @@
|
||||
[tool.poetry]
|
||||
name = "waka-readme"
|
||||
version = "0.1.8"
|
||||
version = "0.1.9"
|
||||
description = "Wakatime Weekly Metrics on your Profile Readme."
|
||||
authors = ["Athul Cyriac Ajay <athul8720@gmail.com>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
#packages = [{include = "waka_readme"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
faker = "^16.7.0"
|
||||
faker = "^18.3.1"
|
||||
pygithub = "^1.58.1"
|
||||
requests = "^2.28.2"
|
||||
pygithub = "^1.57"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
autopep8 = "^2.0.1"
|
||||
pylint = "^2.16.1"
|
||||
python-dotenv = "^0.21.1"
|
||||
autopep8 = "^2.0.2"
|
||||
bandit = "^1.7.5"
|
||||
loguru = "^0.6.0"
|
||||
bandit = "^1.7.4"
|
||||
pylint = "^2.17.1"
|
||||
python-dotenv = "^1.0.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
Reference in New Issue
Block a user