Skip to content

Commit 4c878c5

Browse files
committed
update with pydantic
1 parent 9da668b commit 4c878c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
packages=find_packages(),
2222
include_package_data=True,
2323
platforms="any",
24-
install_requires=["requests", "sentry_sdk", "posthog"],
24+
install_requires=["requests", "sentry_sdk", "posthog", "pydantic"],
2525
url="https://github.com/epsilla-cloud/epsilla-python-client",
2626
project_urls={
2727
"Source": "https://github.com/epsilla-cloud/epsilla-python-client",

0 commit comments

Comments
 (0)