Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousa Zeid Baker committed Jan 8, 2022
1 parent ac172e0 commit 4c09fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ isort .

Install current project from branch
```shell
poetry add git+https://github.com/MousaZeidBaker/poetryup.git@branch-name
poetry add git+https://github.com/MousaZeidBaker/poetryup.git#branch-name
```
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ black = [
flake8 = "^4.0.1"
flake8-black = "^0.2.3"
flake8-isort = "^4.1.1"
isort = { version = "^5.9.3", python = "^3.6.1" }
pre-commit = { version = "^2.15.0", python = "^3.6.1" }
isort = { version = "^5.10.1", python = "^3.6.1" }
pre-commit = { version = "^2.16.0", python = "^3.6.1" }

[tool.poetry.scripts]
poetryup = "poetryup.main:main"
Expand Down

0 comments on commit 4c09fb2

Please sign in to comment.