Skip to content

Commit 8171c0b

Browse files
committed
Fix PyPI distribution dependencies
1 parent 75a6507 commit 8171c0b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs_src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
project = "efficalc"
1515
copyright = "2024, Andrew Young"
1616
author = "Andrew Young"
17-
release = "0.2.0"
17+
release = "0.3.0"
1818
html_favicon = "_static/favicon.ico"
1919

2020
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "efficalc"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
authors = [
99
{ name="Andrew Young", email="[email protected]" },
1010
]
@@ -16,6 +16,11 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
"Operating System :: OS Independent",
1818
]
19+
dependencies = [
20+
"latexexpr_efficalc>=0.5.3",
21+
"pylatexenc>=2.10",
22+
"pytest>=8.0.2"
23+
]
1924

2025
[project.urls]
2126
Homepage = "https://github.com/youandvern/efficalc"

0 commit comments

Comments
 (0)