Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <[email protected]>
  • Loading branch information
Lawouach committed Feb 27, 2023
1 parent 1d3c986 commit 0bb4277
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
chaostoolkit-lib>=1.1.0
dateparser
logzero
requests
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_version_from_package() -> str:

setup_params = dict(
name=name,
version=__version__,
version=get_version_from_package(),
description=desc,
long_description=long_desc,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0bb4277

Please sign in to comment.