Skip to content

Commit

Permalink
mv API to optional group; make opendata default
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Jun 20, 2024
1 parent 94f5bcf commit 5bb459c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,17 @@ 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",
"msgpack>=0.5.6",
"orjson>=3.9.0",
"boto3>=1.20.41",
"python-dateutil>=2.8.2",
"uvicorn>=0.18.3",
]

[project.urls]
Expand All @@ -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",
Expand Down

0 comments on commit 5bb459c

Please sign in to comment.