Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
PasaOpasen committed Apr 24, 2024
1 parent df869c3 commit 22340f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

VERSION=3
VERSION=$(shell cat version.txt)

help:
venv/bin/python ./toml_union/toml_union.py -h
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
```

to this:
to this one:
```toml
[build-system]
build-backend = [ "poetry.core.masonry.api", "poetry.masonry.api",]
Expand Down Expand Up @@ -149,7 +149,7 @@ pylint-django = "^2.3.0"
pytest-django = "^4.5.2"
```

As u see, some of packages has confict versions. In this case the report file is created and contains the sources of this conflicts:
As u see, some of the packages have confict versions. In this case the report file is created and contains the sources of this conflicts:
```json
"pdfminer.six": {
"^20220524": [
Expand Down

0 comments on commit 22340f7

Please sign in to comment.