Skip to content

Commit

Permalink
add httpx extra
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Dec 5, 2024
1 parent 5043dbe commit 9c27381
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,12 @@
python_requires=">=3.9",
install_requires=[
"annotated-types",
"httpx",
"httpx[zstd]",
"orjson",
"pandas",
"tenacity",
"tqdm",
"utilsforecast>=0.2.8",
"zstandard",
],
extras_require={
"dev": dev + plotting + date_extras,
Expand Down

0 comments on commit 9c27381

Please sign in to comment.