Skip to content

Commit

Permalink
fix(pip): Fix pytablewriter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Noahnc committed Nov 28, 2023
1 parent 93a976a commit 7181fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ setuptools~=65.5.1
pygit2~=1.13.1
semantic-version~=2.10.0
PyGithub~=2.1.1
pytablewriter~=4.2.1.6
pytablewriter~=1.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version=__version__,
packages=find_packages(where=".", include=["infrapatch*"], exclude=["action*"]),
package_data={"infrapatch": ["core/utils/terraform/bin/*"]},
install_requires=["click~=8.1.7", "rich~=13.6.0", "pygohcl~=1.0.7", "GitPython~=3.1.40", "setuptools~=65.5.1", "semantic_version~=2.10.0", "pytablewriter~=4.2.1.6"],
install_requires=["click~=8.1.7", "rich~=13.6.0", "pygohcl~=1.0.7", "GitPython~=3.1.40", "setuptools~=65.5.1", "semantic_version~=2.10.0", "pytablewriter~=1.2.0"],
python_requires=">=3.11",
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 7181fc2

Please sign in to comment.