Skip to content

Commit

Permalink
add setuptools_scm to requires
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed May 18, 2023
1 parent 248b34e commit 398d6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0", "openai>=0.27"]
requires = ["setuptools>=61.0", "setuptools_scm[toml]>=6.2", "openai>=0.27"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
openai>=0.27
pytest>=7.3.1
pytest-mock
setuptools-scm

0 comments on commit 398d6fe

Please sign in to comment.