Skip to content

Commit 6331b6d

Browse files
author
Christopher Merrick
committed
add transit dependencies
1 parent 113f5a4 commit 6331b6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
author="Stitch",
1010
url="https://github.com/stitchdata/python-stitch-client",
1111
classifiers=['Programming Language :: Python :: 3 :: Only'],
12-
packages=find_packages())
12+
packages=find_packages(),
13+
install_requires=["python-dateutil", "msgpack-python"])

0 commit comments

Comments
 (0)