Skip to content

Commit

Permalink
fixup setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cldellow committed Feb 4, 2023
1 parent afa4783 commit ffc71ad
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 @@ -32,7 +32,7 @@ def get_long_description():
version=VERSION,
packages=["datasette_parquet"],
entry_points={"datasette": ["parquet = datasette_parquet"]},
install_requires=["datasette", "duckdb", "sqlglot", "watchdog", 'git+https://github.com/salesforce/decorator-operations'],
install_requires=["datasette", "duckdb", "sqlglot", "watchdog"],
extras_require={"test": ["pytest", "pytest-asyncio", "pytest-watch"]},
python_requires=">=3.7",
)

0 comments on commit ffc71ad

Please sign in to comment.