Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
Merge pull request #2 from christopher-hacker/christopher-hacker-patch-1
Browse files Browse the repository at this point in the history
Update pyproject.toml
  • Loading branch information
cmhac authored Oct 24, 2023
2 parents 2763728 + 2209582 commit 24de5e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docx-report"
version = "0.1.0"
version = "0.1.1"
description = "A wrapper for the python-docx library that simplifies creating Word documents in Python"
authors = ["Chris Hacker <49451910+christopher-hacker@users.noreply.github.com>"]
readme = "README.rst"
Expand All @@ -9,7 +9,7 @@ packages = [
]

[tool.poetry.dependencies]
python = ">=3.9,<3.13"
python = ">=3.9,<4.0"
python-docx = "^1.0.1"
pandas = "^2.1.1"
matplotlib = "^3.8.0"
Expand Down

0 comments on commit 24de5e9

Please sign in to comment.