Skip to content

Commit

Permalink
Add dotenv depenency directly and remove (incorrect) extras from `p…
Browse files Browse the repository at this point in the history
…ydantic`.
  • Loading branch information
wtgee committed Sep 3, 2023
1 parent e8a4952 commit feb0ca6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,12 @@ python_requires = >=3.11
install_requires =
importlib-metadata; python_version<"3.11"
astropy
dotenv
fastapi[all]
fastapi-utils
httpie
pandas
pydantic[dotenv]
pydantic
pyserial>=3.4
typer[all]

Expand Down

0 comments on commit feb0ca6

Please sign in to comment.