Skip to content

Commit

Permalink
add setuptools and pip to base requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamex committed Apr 11, 2024
1 parent 2a43592 commit 1d88392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"sphinx-plausible>=0.1.2,<0.2",
],
"release": [ # `release` GitHub Action job uses this
"setuptools", # Installation tool
"wheel", # Packaging tool
"twine==3.8.0", # Package upload tool
],
Expand Down Expand Up @@ -102,6 +101,7 @@
"lazyasd>=0.1.4",
"packaging>=23.0,<24",
"pandas>=1.3.0,<2",
"pip",
"pluggy>=1.3,<2",
"pydantic>=2.5.2,<3",
"pydantic-settings>=2.0.3,<3",
Expand All @@ -111,6 +111,7 @@
"PyYAML>=5.0,<7",
"requests>=2.28.1,<3",
"rich>=12.5.1,<14",
"setuptools", # Installation tool
"SQLAlchemy>=1.4.35",
"tqdm>=4.62.3,<5.0",
"traitlets>=5.3.0",
Expand Down

0 comments on commit 1d88392

Please sign in to comment.