From 5bb459c90dd1629666ba72f8d637c04bd9ff58ed Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Thu, 20 Jun 2024 16:01:31 -0400 Subject: [PATCH] mv API to optional group; make opendata default --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 359b8b484..d91bb2115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,10 @@ dependencies = [ "pydash>=4.1.0", "jsonschema>=3.1.1", "tqdm>=4.19.6", + "pandas>=2.1.4", + "jsonlines>=4.0.0", "aioitertools>=0.5.1", "numpy>=1.17.3", - "fastapi>=0.42.0", "pyzmq>=24.0.1", "dnspython>=1.16.0", "sshtunnel>=0.1.5", @@ -44,7 +45,6 @@ dependencies = [ "orjson>=3.9.0", "boto3>=1.20.41", "python-dateutil>=2.8.2", - "uvicorn>=0.18.3", ] [project.urls] @@ -63,7 +63,7 @@ montydb = ["montydb>=2.3.12"] mongogrant = ["mongogrant>=0.3.1"] notebook_runner = ["IPython>=8.11", "nbformat>=5.0", "regex>=2020.6"] azure = ["azure-storage-blob>=12.16.0", "azure-identity>=1.12.0"] -open_data = ["pandas>=2.1.4", "jsonlines>=4.0.0"] +api = ["fastapi>=0.42.0","uvicorn>=0.18.3"] testing = [ "pytest", "pytest-cov",