Skip to content

Commit

Permalink
feat: add deps to pyproject.toml and resolve path shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
seyLu committed Oct 22, 2023
1 parent 98dcb8e commit a7cfa53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"typer[all]==0.9.0",
"requests==2.31.0",
"python-dotenv==1.0.0",
"PyYAML==6.0.1",
]

[project.urls]
"Homepage" = "https://github.com/seyLu/ghlabel"
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# core
typer==0.9.0
typer[all]==0.9.0
requests==2.31.0
python-dotenv==1.0.0
PyYAML==6.0.1

# packaging
hatchling==1.18.0
Expand Down

0 comments on commit a7cfa53

Please sign in to comment.