remove raw_sql and pandas (#902)

This is technically a breaking change since we remove the endpoint for
`raw_sql`. `raw_sql` was an undocumented internal tool so we should
discuss how we want to handle this.
This commit is contained in:
Jeff Huber
2023-07-28 14:11:58 -07:00
committed by GitHub
parent ac26e789e8
commit dabc2e684c
9 changed files with 0 additions and 47 deletions

View File

@@ -15,7 +15,6 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
'pandas >= 1.3',
'requests >= 2.28',
'pydantic >= 1.9',
'numpy >= 1.21.6',