Skip to content

Commit

Permalink
Merge pull request #204 from xyz2tex/200-packaging-pyprojecttoml-seem…
Browse files Browse the repository at this point in the history
…s-out-of-date-which-packages-are-needed-as-tependencies-for-running-the-tests

ADD: info about dependencies
  • Loading branch information
ldevillez committed Jun 8, 2024
2 parents 6aa59d1 + 7c0ddc3 commit f5df905
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased]

### Added
- Adding info about the dependencies and how to contribute in the README
### Changed
### Deprecated
### Removed
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ A complete changelog is available in the [CHANGELOG.md](CHANGELOG.md) file.

[documentation-badge]: https://img.shields.io/website?up_message=Online&url=http%3A%2F%2Fxyz2tex.github.io%2Fsvg2tikz%2F&label=Doc
[documentation-url]: https://xyz2tex.github.io/svg2tikz

## Dependencies and contribution
All the depedencies are listed in the [pyproject.toml](pyproject.toml). There is no particular depedencies for testing. For building, the project use [poetry](https://python-poetry.org/).

For more informations on how to contribute, you can check the [documentation](http://xyz2tex.github.io/svg2tikz/contribute.html).

0 comments on commit f5df905

Please sign in to comment.