Skip to content

Commit

Permalink
move default dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daddycocoaman committed Dec 29, 2022
1 parent 6327319 commit 3e1ad54
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,18 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
]
dynamic = ["version"]

[project.urls]
"Bug Tracker" = "https://github.com/moloch--/sliver-py/issues"
Homepage = "https://github.com/moloch--/sliver-py"

[tool.hatch.envs.default]
dependencies = [
"grpcio~=1.47",
"grpcio-tools~=1.47",
"mypy-protobuf~=3.3.0",
"typing_extensions~=4.4.0; python_version < '3.8'",
]
dynamic = ["version"]

[project.urls]
"Bug Tracker" = "https://github.com/moloch--/sliver-py/issues"
Homepage = "https://github.com/moloch--/sliver-py"


[tool.hatch.envs.dev]
extra-dependencies = [
Expand Down

0 comments on commit 3e1ad54

Please sign in to comment.