Skip to content

Commit c419b33

Browse files
author
Corne Bester
committed
fix: remove buildin dependencies
1 parent 70341f9 commit c419b33

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python_time_functions"
7-
version = "2.1.2"
7+
version = "2.2.0"
88
description = "Common Python functions for time handling"
9+
requires-python = ">=3.10"
910
readme = "README.md"
1011
authors = [{name = "Corne Bester", email = "corne.bester@gmail.com"}]
1112
dependencies = [
12-
"datetime",
13-
"timezone"
1413
]
1514
license-files = ["LICEN[CS]E*"]
1615

0 commit comments

Comments
 (0)