Skip to content

Commit 6c3e97e

Browse files
committed
Do not include a minor version pin for pytz
Really any version of pytz should suffice, since we're only using it for the UTC timezone information.
1 parent 3aa9e23 commit 6c3e97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"Fabric >= 1.8.3, < 2.0.0",
2626
"lockfile >= 0.9.1",
2727
"python-daemon == 2.3.0",
28-
"pytz >= 2026.1.post1",
28+
"pytz",
2929
],
3030
)

0 commit comments

Comments
 (0)