Skip to content

Commit

Permalink
Fix requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Feb 12, 2024
1 parent a749e19 commit 502fc34
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 15 deletions.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -41,6 +41,7 @@ Changelog
========= ==========================================================================
Version Description
========= ==========================================================================
0.13.0 * fix requirements (line_profiler) and CI
0.12.2 * For developers: move to pyprojet. add precomit
* replace pkg_resources (deprecated) with importlib
* replace appdirs with more generic platformdirs
Expand Down
87 changes: 74 additions & 13 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "easydev"
version = "0.12.2"
version = "0.13.0"
description = "Commn utilities to ease development of Python packages"
authors = ["Thomas Cokelaer <thomas.cokelaer@pasteur.fr>"]
license = "BSD-3-Clause"
Expand Down Expand Up @@ -49,7 +49,7 @@ colorama = "^0.4.6"
colorlog = "^6.8.2"
pexpect = "^4.9.0"
platformdirs = "^4.2.0"
profiler = "^0.1.0"
line-profiler = "^4.1.2"



Expand Down

0 comments on commit 502fc34

Please sign in to comment.