Skip to content

Commit

Permalink
Pyproject (#16)
Browse files Browse the repository at this point in the history
* Trying with which

* Updated pyproject.toml
  • Loading branch information
turulomio committed Dec 1, 2023
1 parent 689052c commit 94c0cff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

13 changes: 5 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@ description = "Module to use dictionaries in various situations"
authors = ["turulomio <turulomio@yahoo.es>"]
license = "GPL-3.0"
readme = "README.md"
exclude = [
"pydicts/devscripts.py"
]

[tool.poetry.dependencies]
python = ">3.8"
tabulate = "^0.9.0"
pylatex = "^1.4.1"
python = ">=3.8"
tabulate = ">=0.9.0"
pylatex = ">=1.4.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.3.0"
poethepoet = "^0.24.1"
pytest = ">=7.3.0"
poethepoet = ">=0.24.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 94c0cff

Please sign in to comment.