Skip to content

Commit

Permalink
Add package build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Nov 20, 2024
1 parent 589dbba commit 3e3eaeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
__pycache__/
dist/

.vagrant/
.venv/
.DS_Store
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ Homepage = "https://github.com/onnela-lab/forest"

[project.optional-dependencies]
dev = [
"build",
"flake8==6.1.0",
"flake8-pytest-style==1.7.2",
"mypy==1.6.1",
"pytest==7.4.3",
"pytest-mock==3.12.0",
"twine",
"types-python-dateutil==2.8.19.14",
"types-pytz==2023.3.1.1",
"types-requests==2.31.0.10",
Expand Down

0 comments on commit 3e3eaeb

Please sign in to comment.