Skip to content

Commit c5c4373

Browse files
committed
remove python_dateutils as dependencies, add issues to pyproject.toml
1 parent e2fec7b commit c5c4373

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme="README.md"
1010
author="Ryan Snodgrass"
1111
maintainer="Robert Lippmann"
1212
license="Apache Software License"
13-
install_requires=["aiohttp>=3.8.1", "uvloop>=0.17.0", "beautifulsoup4>=4.11.1", "python_dateutil>=2.8.2"]
13+
install_requires=["aiohttp>=3.8.1", "uvloop>=0.17.0", "beautifulsoup4>=4.11.1"]
1414
keywords=["security system", "adt", "home automation", "security alarm"]
1515
classifiers=[
1616
"Programming Language :: Python :: 3",
@@ -21,6 +21,7 @@ classifiers=[
2121
[project.urls]
2222
"Changelog" = "https://github.com/rlippmann/pyadtpulse/blob/master/CHANGELOG.md"
2323
"Source" = "https://github.com/rlippmann/pyadtpulse"
24+
"Issues" = "https://github.com/rlippmann/pyadtpulse/issues"
2425

2526
[tool.isort]
2627
profile = "black"

0 commit comments

Comments
 (0)