Skip to content

Commit

Permalink
Add hatch as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcampbell committed Dec 20, 2023
1 parent 6a5abd7 commit 17f7c72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"hatch",
"hatch-vcs",
"typer",
]

Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements-dev.in
Expand Down Expand Up @@ -182,7 +182,7 @@ stack-data==0.6.3
# via ipython
textual==0.46.0
# via textual-dev
textual-dev==1.2.1
textual-dev==1.3.0
# via -r requirements-dev.in
toml==0.10.2
# via bunnet
Expand Down

0 comments on commit 17f7c72

Please sign in to comment.