diff --git a/pyproject.toml b/pyproject.toml index 202aed968..c4383df6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,8 @@ readme = "README.md" dependencies = [ 'defusedxml>=0.7.1', # latest as at 7/31/23 'packaging>=23.1', # latest as at 7/31/23 - 'requests>=2.31', # latest as at 7/31/23 - 'urllib3==2.2.2', # dependabot + 'requests==2.28.1', # latest as at 7/31/23 + 'urllib3==1.26.11', # edited due to conflicts with botocore 'typing_extensions>=4.0.1', ] requires-python = ">=3.7" diff --git a/setup.py b/setup.py index dfd43ae8a..ba23b58a8 100644 --- a/setup.py +++ b/setup.py @@ -11,6 +11,7 @@ tag_prefix = "v" """ setup( + name = 'tableauserverclient', version=versioneer.get_version(), cmdclass=versioneer.get_cmdclass(), # not yet sure how to move this to pyproject.toml