Skip to content

Commit

Permalink
Add dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi committed Sep 22, 2023
1 parent 3d21be1 commit 7676a7f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
]
dependencies = [] # add all the dependencies from requirements.in here, too
dependencies = [
"bomf",
"pvframework",
"ibims",
"python-dateutil",
"pydantic[email]",
"more_itertools",
"pytz",
"schwifty",
] # add all the dependencies from requirements.in here, too
dynamic = ["readme", "version"]

[project.urls]
Expand Down

0 comments on commit 7676a7f

Please sign in to comment.