File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 14
14
project = "efficalc"
15
15
copyright = "2024, Andrew Young"
16
16
author = "Andrew Young"
17
- release = "0.2 .0"
17
+ release = "0.3 .0"
18
18
html_favicon = "_static/favicon.ico"
19
19
20
20
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " efficalc"
7
- version = " 0.2 .0"
7
+ version = " 0.3 .0"
8
8
authors = [
9
9
{
name =
" Andrew Young" ,
email =
" [email protected] " },
10
10
]
@@ -16,6 +16,11 @@ classifiers = [
16
16
" License :: OSI Approved :: MIT License" ,
17
17
" Operating System :: OS Independent" ,
18
18
]
19
+ dependencies = [
20
+ " latexexpr_efficalc>=0.5.3" ,
21
+ " pylatexenc>=2.10" ,
22
+ " pytest>=8.0.2"
23
+ ]
19
24
20
25
[project .urls ]
21
26
Homepage = " https://github.com/youandvern/efficalc"
You can’t perform that action at this time.
0 commit comments