Skip to content

Commit

Permalink
fix pypi reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
sverbruggen committed Oct 8, 2024
1 parent abed8b5 commit 5165547
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
[project]
name = "dagster-uc"
version = "0.1.0"
authors = [{name = "Stefan Verbruggen"}, {name = "Ion Koutsouris"}]
authors = [{name = "Stefan Verbruggen", email="27513235+sverbruggen@users.noreply.github.com"}, {name = "Ion Koutsouris"}]
description = "CLI for managing user code deployments of a Dagster instance that was deployed on kubernetes."
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13"
]
dependencies = [
"kr8s < 1.0",
"pyhelm3==0.3.3",
Expand All @@ -10,6 +21,10 @@ dependencies = [
"pytz"
]

[project.urls]
Homepage = "https://github.com/ASML-Labs/dagster-uc"
Issues = "https://github.com/ASML-Labs/dagster-uc/issues"

[build-system]
requires = ["setuptools", "wheel"]

Expand Down

0 comments on commit 5165547

Please sign in to comment.