mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
13 lines
551 B
Diff
13 lines
551 B
Diff
diff --git a/connector-packager/setup.py b/connector-packager/setup.py
|
|
index e84c8a0..ceab20f 100644
|
|
--- a/connector-packager/setup.py
|
|
+++ b/connector-packager/setup.py
|
|
@@ -16,7 +16,7 @@ setup(
|
|
description='A Python module for packaging a Tableau connector.',
|
|
test_suite='tests',
|
|
python_requires='>3.7',
|
|
- install_requires=['xmlschema', 'defusedxml', 'packaging'],
|
|
+ install_requires=['elementpath==3.0.0', 'xmlschema==2.0.1', 'defusedxml==0.7.1', 'packaging==21.3'],
|
|
tests_require=['six'],
|
|
include_package_data=True
|
|
)
|