Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
added dtactions.
  • Loading branch information
dougransom authored Apr 8, 2024
1 parent 41a2ff2 commit a5189f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pythonsrc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,16 @@ classifiers=[
"Topic :: Multimedia :: Sound/Audio :: Speech",
"Topic :: Software Development :: Libraries :: Python Modules"
]
dependencies=[
"dtactions >= 1.6.1"
]

[project.urls]
Home = "https://github.com/dictation-toolbox/natlink"
Documentation = "https://natlink.readthedocs.io/en/latest/"
Source = "https://github.com/dictation-toolbox/natlink"


[project.optional-dependencies]
test = [
"pytest >=7.1.2",
Expand Down Expand Up @@ -58,4 +62,4 @@ testpaths= [
python_files=[
"unittest*.py",
"test_*.py"]


0 comments on commit a5189f7

Please sign in to comment.