Skip to content

Commit

Permalink
Restore the dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 9, 2024
1 parent 7b8f71e commit 7cd937b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
"Objects and routines pertaining to date and time (tempora)"

__requires__ = [
'pytz',
'jaraco.functools>=1.20',
'pytest-freezer; extra=="testing"',
'types-pytz; extra=="testing"',
]

import datetime
import time
import re
Expand Down

0 comments on commit 7cd937b

Please sign in to comment.