Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 939ff87

Browse files
committed
add pytz to setuptools
1 parent 3a4f8ed commit 939ff87

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="apitoolkit-django",
8-
version="0.3.0",
8+
version="0.3.1",
99
packages=find_packages(),
1010
description='A Django SDK for Apitoolkit integration',
1111
long_description=long_description,
@@ -18,6 +18,7 @@
1818
'google-cloud-pubsub',
1919
'google-auth',
2020
'jsonpath-ng',
21-
'apitoolkit-python'
22-
],
23-
)
21+
'apitoolkit-python',
22+
'pytz'
23+
]
24+
)

0 commit comments

Comments
 (0)