Skip to content

Commit

Permalink
fix: relax packaging dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jan 26, 2024
1 parent 812a6bf commit 435b68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"odelasticsearch.https = es.opendistro.sqlalchemy:ESHTTPSDialect",
]
},
install_requires=["elasticsearch>7, <7.14", "packaging>=21.0, <22.0", "sqlalchemy"],
install_requires=["elasticsearch>7, <7.14", "packaging>=21.0", "sqlalchemy"],
extras_require={"opendistro": ["requests_aws4auth", "boto3"]},
author="Preset Inc.",
author_email="daniel@preset.io",
Expand Down

0 comments on commit 435b68c

Please sign in to comment.