Skip to content

Commit 794c772

Browse files
author
Drew Yang
committed
fix: ➕ add setuptools as dep since conda-forge py3.13 removes it as default deps
1 parent 3e39771 commit 794c772

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = [
1616
"otumat",
1717
"faker",
1818
"cryptography",
19-
"urllib3"
19+
"urllib3",
20+
"setuptools",
2021
]
2122
requires-python = ">=3.8,<4.0"
2223
authors = [

0 commit comments

Comments
 (0)