Skip to content

Commit

Permalink
poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrcezimbra committed Jan 13, 2024
1 parent 125f5ef commit a62a841
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
44 changes: 22 additions & 22 deletions poetry.lock

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

38 changes: 19 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,29 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"

agilize = "^0.0.10"
bancointer = "^0.1.0"
cattrs = "^23.2.3"
agilize = "0.0.10"
bancointer = "0.1.0"
cattrs = "23.2.3"
instagrapi = "2.0.0"
loguru = "^0.7.2"
oauth2client = "^4.1.3"
pygsheets = "^2.0.6"
pillow = "^10.2.0"
pyitau = "^1.3.0"
pypdf2 = "^3.0.1"
python-decouple = "^3.8"
schedule = "^1.2.1"
typer = "^0.9.0"
loguru = "0.7.2"
oauth2client = "4.1.3"
pygsheets = "2.0.6"
pillow = "10.2.0"
pyitau = "1.3.0"
pypdf2 = "3.0.1"
python-decouple = "3.8"
schedule = "1.2.1"
typer = "0.9.0"


[tool.poetry.group.dev.dependencies]
coveralls = "^3.3.1"
faker = "^22.2.0"
ipython = "^8.20.0"
pre-commit = "^3.6.0"
pytest = "^7.4.4"
pytest-cov = "^4.1.0"
pytest-mock = "^3.12.0"
coveralls = "3.3.1"
faker = "22.2.0"
ipython = "8.20.0"
pre-commit = "3.6.0"
pytest = "7.4.4"
pytest-cov = "4.1.0"
pytest-mock = "3.12.0"

[tool.ruff]
select = ["E", "F", "I"]
Expand Down

0 comments on commit a62a841

Please sign in to comment.